File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- node : ['14 ', '16 ']
15+ node : ['18 ', '20', '22 ']
1616 env :
1717 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -23,12 +23,12 @@ jobs:
2323 fetch-depth : ' 0'
2424
2525 - name : Setup pnpm
26- uses : pnpm/action-setup@v2.2.4
26+ uses : pnpm/action-setup@v4.1.0
2727 with :
28- version : 7
28+ version : 10
2929
3030 - name : Setup Node
31- uses : actions/setup-node@v3
31+ uses : actions/setup-node@v5.0.0
3232 with :
3333 node-version : ${{ matrix.node }}
3434 registry-url : ' https://registry.npmjs.org'
6464 version : 7
6565
6666 - name : Setup Node
67- uses : actions/setup-node@v3
67+ uses : actions/setup-node@v4
6868 with :
69- node-version : ' 16 '
69+ node-version : ' 22 '
7070 registry-url : ' https://registry.npmjs.org'
7171 cache : ' pnpm'
7272
Original file line number Diff line number Diff line change 1- v16.13 .0
1+ v22.19 .0
Original file line number Diff line number Diff line change 3333 "test:watch" : " jest --watchAll"
3434 },
3535 "devDependencies" : {
36- "@types/jest" : " 29.5 .0" ,
37- "@types/node" : " 18.15.5 " ,
38- "jest" : " 29.5 .0" ,
36+ "@types/jest" : " 30.0 .0" ,
37+ "@types/node" : " 22.13.14 " ,
38+ "jest" : " 30.0 .0" ,
3939 "rxjs" : " ^7.5.1" ,
4040 "ts-jest" : " 29.0.5" ,
41- "typescript" : " ^4 .9.5 "
41+ "typescript" : " ^5 .9.2 "
4242 },
4343 "dependencies" : {
4444 "@hirez_io/auto-spies-core" : " 3.0.0"
4545 },
4646 "peerDependencies" : {
47- "jest" : " >= 29.0.0 < 30 .x" ,
47+ "jest" : " >= 29.0.0 < 31 .x" ,
4848 "rxjs" : " >=6.0.0 < 8" ,
4949 "typescript" : " >=2.8.1"
5050 }
You can’t perform that action at this time.
0 commit comments