Skip to content

Commit d6b1e93

Browse files
Actually stick to Node 20 as minimum version
1 parent d629a13 commit d6b1e93

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Use Node.js
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: 24 # minimum supported version
81+
node-version: 20.19.0 # minimum supported version
8282

8383
- name: Download artifacts
8484
uses: actions/download-artifact@v4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "ISC",
1515
"engines": {
16-
"node": ">=24"
16+
"node": ">=20.19.0"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)