Skip to content

Commit

Permalink
fix: remove package.json#engines.node requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronae committed Oct 13, 2024
1 parent 4a4b7d1 commit b4a83a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-on-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
node-version-file: ".nvmrc"
- run: yarn
- run: yarn test
- uses: Makepad-fr/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
],
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20"
},
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit b4a83a0

Please sign in to comment.