Skip to content

Commit

Permalink
ci: use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Feb 28, 2024
1 parent 3a83ab3 commit 8058eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20

- name: Setup Cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run Slither
uses: crytic/[email protected]
with:
node-version: '20.x'
node-version: 20

codespell:
name: Codespell
Expand Down

0 comments on commit 8058eb6

Please sign in to comment.