Skip to content

Commit 2ae1faf

Browse files
committed
Update CI, minimum node version
1 parent 0569c51 commit 2ae1faf

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
# our minimum supported node version is 14 according to `npx ls-engines`, so we'd like to keep testing on it.
16-
# If ci fails due to a needed new feature or we are forced to update the MSNV for any other reason, make sure
17-
# to major version bump the library
18-
version: [14, 16, 18, 20]
15+
version: [20, 22, 24]
1916
steps:
2017
- uses: actions/checkout@v6
2118
- uses: actions/setup-node@v6
@@ -53,7 +50,7 @@ jobs:
5350
- uses: actions/checkout@v5
5451
- uses: actions/setup-node@v6
5552
with:
56-
node-version: 14
53+
node-version: 24
5754
- name: compilation check
5855
run: |
5956
yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "AGPL-3.0-only OR LicenseRef-ironcore-labs-commercial-license",
1010
"types": "src/index.d.ts",
1111
"engines": {
12-
"node": ">=14.0.0"
12+
"node": ">=20.0.0"
1313
},
1414
"scripts": {
1515
"build": "./build.js",

0 commit comments

Comments
 (0)