Skip to content

Commit

Permalink
Set engines.node
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 9, 2023
1 parent 5c685bf commit ff3428d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"parcel": "^2.10.3",
"xo": "^0.56.0"
},
"engines": {
"node": ">=20"
},
"@parcel/resolver-default": {
"packageExports": true
},
Expand Down

0 comments on commit ff3428d

Please sign in to comment.