Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
grantoesterling committed Aug 26, 2024
1 parent bafca79 commit eaa9cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- name: Set env vars
run: |
echo "PRODUCTION_MODE=false" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eth"
],
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"author": "duggan roberts",
"license": "MIT",
Expand Down

0 comments on commit eaa9cd6

Please sign in to comment.