Skip to content

Commit

Permalink
ci: use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Sep 13, 2023
1 parent 4cb813d commit 73cee6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18

- uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: 18
- run: yarn install
- run: yarn fmt:check
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
Expand Down

0 comments on commit 73cee6a

Please sign in to comment.