Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 2c093b2

Browse files
committed
Bump minimum required node version to 18
1 parent ab33c01 commit 2c093b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build+test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
12-
node: [16, 18, 20]
12+
node: [18, 20, 22]
1313
name: Test on node v${{ matrix.node }}
1414
steps:
1515
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/nimiq/core-js.git"
2929
},
3030
"engines": {
31-
"node": ">=16.20.2"
31+
"node": ">=18.20.3"
3232
},
3333
"files": [
3434
"dist/node.js",

0 commit comments

Comments
 (0)