Skip to content

Commit

Permalink
Using node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jun 7, 2024
1 parent b8c632b commit 8cd667a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: 'actions/setup-node@v3'
with:
cache: 'yarn'
node-version: 16
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: 'actions/setup-node@v3'
with:
cache: 'yarn'
node-version: 16
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
Expand Down

0 comments on commit 8cd667a

Please sign in to comment.