Skip to content

Commit b4a83a0

Browse files
committed
fix: remove package.json#engines.node requirement
1 parent 4a4b7d1 commit b4a83a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release-on-version-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "20.x"
17-
registry-url: "https://registry.npmjs.org"
16+
node-version-file: ".nvmrc"
1817
- run: yarn
1918
- run: yarn test
2019
- uses: Makepad-fr/[email protected]

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
],
2323
"license": "MIT",
2424
"type": "module",
25-
"engines": {
26-
"node": ">=20"
27-
},
2825
"main": "./dist/src/index.js",
2926
"module": "./dist/src/index.js",
3027
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)