Skip to content

Commit

Permalink
Contracts workflow: bump the Node version to 20 (LTS) (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 3, 2024
1 parent ea1de7c commit 97c746a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

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

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# Hardhat
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: yarn
cache-dependency-path: "./contracts/yarn.lock"
env:
Expand Down

0 comments on commit 97c746a

Please sign in to comment.