Skip to content

Commit

Permalink
Merge pull request #219 from Chia-Network/node-v20lts-bump
Browse files Browse the repository at this point in the history
feat: bump to node v20
  • Loading branch information
TheLastCicada authored Aug 9, 2024
2 parents 59df0b5 + 260a552 commit 8f296e6
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 18.16
- name: Setup Node 20.16
uses: actions/setup-node@v3
with:
node-version: '18.16'
node-version: '20.16'

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: NPM Tests
runs-on: ubuntu-latest
container:
image: node:18.16
image: node:20.16

steps:
- uses: Chia-Network/actions/clean-workspace@main
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.16
272 changes: 143 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f296e6

Please sign in to comment.