File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- node-version : [20 ]
19+ node-version : [22 ]
2020 timeout-minutes : 15
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
2727 - uses : pnpm/action-setup@v4
2828 with :
29- version : 8
29+ version : 10
3030
3131 - name : Use Node.js ${{ matrix.node-version }}
3232 uses : actions/setup-node@v4
@@ -53,15 +53,15 @@ jobs:
5353 runs-on : ubuntu-latest
5454 strategy :
5555 matrix :
56- node-version : [20 ]
56+ node-version : [22 ]
5757 timeout-minutes : 15
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161
6262 - uses : pnpm/action-setup@v4
6363 with :
64- version : 8
64+ version : 10
6565
6666 - name : Use Node.js ${{ matrix.node-version }}
6767 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments