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:
16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- node-version : [20 ]
19
+ node-version : [22 ]
20
20
timeout-minutes : 15
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
27
27
- uses : pnpm/action-setup@v4
28
28
with :
29
- version : 8
29
+ version : 10
30
30
31
31
- name : Use Node.js ${{ matrix.node-version }}
32
32
uses : actions/setup-node@v4
@@ -53,15 +53,15 @@ jobs:
53
53
runs-on : ubuntu-latest
54
54
strategy :
55
55
matrix :
56
- node-version : [20 ]
56
+ node-version : [22 ]
57
57
timeout-minutes : 15
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
62
62
- uses : pnpm/action-setup@v4
63
63
with :
64
- version : 8
64
+ version : 10
65
65
66
66
- name : Use Node.js ${{ matrix.node-version }}
67
67
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments