Skip to content

Commit

Permalink
chore: fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 17, 2024
1 parent cc16a0b commit 5de4652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '20.x'
node-version: 20.x
- name: Install
run: |
yarn install --no-immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '20.x'
node-version: 20.x
- uses: actions/cache@v3
id: restore-build
with:
Expand Down

0 comments on commit 5de4652

Please sign in to comment.