Skip to content

Commit

Permalink
Merge pull request #111 from 0xmichalis/update-to-node-20
Browse files Browse the repository at this point in the history
[LILA-6103] Update CI to Node v20
  • Loading branch information
0xmichalis authored Jun 5, 2024
2 parents 40543d1 + 7b817ab commit 50783a1
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn build:clean
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethereum-waffle": "^3.0.0",
"hardhat": "^2.9.5",
"hardhat": "2.19.5",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^10.0.0",
"prettier": "^2.3.2",
Expand Down
Loading

0 comments on commit 50783a1

Please sign in to comment.