File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
node-version : [18, 20, 22]
14
14
steps :
15
15
- name : clone repository
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
- name : setup pnpm
18
- uses : pnpm/action-setup@v2.0.1
18
+ uses : pnpm/action-setup@v3
19
19
with :
20
20
version : 9
21
21
- name : setup node ${{ matrix.node-version }}
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
registry-url : ' https://registry.npmjs.org/'
@@ -34,13 +34,13 @@ jobs:
34
34
if : startsWith(github.ref, 'refs/tags/v')
35
35
steps :
36
36
- name : clone repository
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
- name : setup pnpm
39
- uses : pnpm/action-setup@v2.0.1
39
+ uses : pnpm/action-setup@v3
40
40
with :
41
41
version : 9
42
42
- name : setup node 22
43
- uses : actions/setup-node@v2
43
+ uses : actions/setup-node@v4
44
44
with :
45
45
node-version : 22
46
46
registry-url : ' https://registry.npmjs.org/'
You can’t perform that action at this time.
0 commit comments