Skip to content

Commit

Permalink
update CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Feb 27, 2024
1 parent ae12ebb commit 6db062c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: "16"
node-version: "20"

- run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: "16"
node-version: "20"

- uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14.17.0'
node-version: '20.11.1'
registry-url: 'https://npm.pkg.github.com'

- name: Setup module dependencies cache
Expand Down

0 comments on commit 6db062c

Please sign in to comment.