Skip to content

Commit

Permalink
Update update-sns-aggregator-response.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis authored Jan 9, 2025
1 parent 503a769 commit 967a7fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-sns-aggregator-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
- uses: actions/checkout@v4
- name: Update the SNS aggregator response files
run: scripts/nns-dapp/replace-sns-aggregator-response.sh
- name: Read Node.js version from .nvmrc
id: node-version
run: echo "NODE_VERSION=$(cat frontend/.nvmrc)" >> $GITHUB_ENV
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Format the updated files
run: scripts/fmt-frontend
- name: Create Pull Request
Expand Down

0 comments on commit 967a7fc

Please sign in to comment.