File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 node-versoin : 22
1515 - os : ubuntu-latest
1616 timezone : Etc/GMT
17- node-version : 16
17+ node-version : 20
1818 - os : ubuntu-latest
1919 timezone : Asia/Shanghai
20- node-version : 15
20+ node-version : 18
2121 - os : ubuntu-latest
2222 timezone : Asia/Shanghai
23- node-version : 14
23+ node-version : 16
2424 runs-on : ${{ matrix.os }}
2525 steps :
2626 - name : Checkout
4444 uses : actions/upload-artifact@v4
4545 if : failure()
4646 with :
47- name : test-npm-logs-${{ matrix.os }}-${{ replace(matrix.timezone, '/', '_') }}-${{ matrix.node-version }}
47+ name : test-npm-logs-${{ matrix.os }}-${{ matrix.node-version }}
4848 path : ~/.npm/_logs
4949 demo :
5050 name : Demo Check
Original file line number Diff line number Diff line change 1212 },
1313 "types" : " dist/index.d.ts" ,
1414 "engines" : {
15- "node" : " >=14 "
15+ "node" : " >=16 "
1616 },
1717 "scripts" : {
1818 "lint" : " eslint \" **/*.mjs\" \" **/*.ts\" ." ,
You can’t perform that action at this time.
0 commit comments