This repository was archived by the owner on Oct 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - prepare
2525 strategy :
2626 matrix :
27- node-version : [16 .x, 18 .x, 20 .x]
27+ node-version : [18 .x, 20 .x, 22 .x]
2828 steps :
2929 - uses : actions/checkout@v3
3030 - name : Use Node.js ${{ matrix.node-version }}
4949 - prepare
5050 strategy :
5151 matrix :
52- node-version : [16 .x, 18 .x, 20 .x]
52+ node-version : [18 .x, 20 .x, 22 .x]
5353 steps :
5454 - uses : actions/checkout@v3
5555 - name : Use Node.js ${{ matrix.node-version }}
8080 - prepare
8181 strategy :
8282 matrix :
83- node-version : [16 .x, 18 .x, 20 .x]
83+ node-version : [18 .x, 20 .x, 22 .x]
8484 steps :
8585 - uses : actions/checkout@v3
8686 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1- v18
1+ lts/*
Original file line number Diff line number Diff line change 4848 "@metamask/eslint-config-typescript" : " ^12.1.0" ,
4949 "@types/btoa" : " ^1.2.3" ,
5050 "@types/jest" : " ^27.4.1" ,
51- "@types/node" : " ^17.0.23 " ,
51+ "@types/node" : " ^18.16 " ,
5252 "@types/pify" : " ^5.0.2" ,
5353 "@typescript-eslint/eslint-plugin" : " ^5.42.1" ,
5454 "@typescript-eslint/parser" : " ^5.42.1" ,
7070 },
7171 "packageManager" :
" [email protected] " ,
7272 "engines" : {
73- "node" : " ^16.20 || ^18.16 || >=20 "
73+ "node" : " ^18.16 || ^20 || >=22 "
7474 },
7575 "publishConfig" : {
7676 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments