Skip to content

Commit

Permalink
fix: remove engine for parcel build
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Mar 5, 2024
1 parent c119509 commit 1cac849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version: 20

- name: Install
run: npm ci
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"simpledotcss": "^2.2.1",
"vitest": "^1.3.1"
},
"engines" : {
"npm" : ">=10.0.0 <11.0.0",
"node" : ">=20.0.0 <21.0.0"
},
"parcel": {
"transformers": {
"*.geojson": [
Expand Down

0 comments on commit 1cac849

Please sign in to comment.