File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments