File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 node-version : ' 20.x'
1919 registry-url : ' https://registry.npmjs.org'
20- - uses : pnpm/action-setup@v3
20+ - uses : pnpm/action-setup@v4
2121 with :
22- version : 8
22+ version : 9
2323 - run : pnpm install
2424 - run : pnpm test
2525 - run : pnpm check
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 node-version :
13+ - 24
14+ - 22
1315 - 20
14- - 18
15- - 16
1616 steps :
17- - uses : actions/checkout@v2
18- - uses : actions/setup-node@v2
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-node@v4
1919 with :
2020 node-version : ${{ matrix.node-version }}
21- - uses : pnpm/action-setup@v2
21+ - uses : pnpm/action-setup@v4
2222 with :
23- version : 8
23+ version : 9
2424 - run : pnpm install
2525 - run : pnpm test
2626 - run : pnpm check
27- - uses : codecov/codecov-action@v4.0.1
27+ - uses : codecov/codecov-action@v5
2828 with :
2929 token : ${{ secrets.CODECOV_TOKEN }}
3030 slug : adrgautier/fffunction
You can’t perform that action at this time.
0 commit comments