Skip to content

Commit 5df2ff7

Browse files
committed
update node 22
1 parent 480591a commit 5df2ff7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [22.x]
1515
steps:
1616
- uses: actions/checkout@v1
1717
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node-version: [16.x]
31+
node-version: [22.x]
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: Use Node.js ${{ matrix.node-version }}
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
node-version: [16.x]
48+
node-version: [22.x]
4949
steps:
5050
- uses: actions/checkout@v1
5151
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup node env
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 22
1919
cache: 'yarn'
2020
registry-url: 'https://registry.npmjs.org'
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"bugs": "https://github.com/AcalaNetwork/acala-types.js/issues",
55
"engines": {
6-
"node": ">=16"
6+
"node": ">=22"
77
},
88
"homepage": "https://github.com/AcalaNetwork/acala-types.js#readme",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)