File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- name : Checkout the repository
15
15
uses : actions/checkout@v4
16
16
- name : Install pnpm
17
- uses : pnpm/action-setup@v2
17
+ uses : pnpm/action-setup@v3
18
18
with :
19
19
version : 8
20
20
- name : Install Node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 20
24
24
cache : pnpm
@@ -38,11 +38,11 @@ jobs:
38
38
- name : Checkout the repository
39
39
uses : actions/checkout@v4
40
40
- name : Install pnpm
41
- uses : pnpm/action-setup@v2
41
+ uses : pnpm/action-setup@v3
42
42
with :
43
43
version : 8
44
44
- name : Install Node.js ${{ matrix.node-version }}
45
- uses : actions/setup-node@v3
45
+ uses : actions/setup-node@v4
46
46
with :
47
47
node-version : ${{ matrix.node-version }}
48
48
cache : pnpm
69
69
env :
70
70
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
71
71
- name : Install Node.js ${{ matrix.node-version }}
72
- uses : actions/setup-node@v3
72
+ uses : actions/setup-node@v4
73
73
with :
74
74
node-version : ${{ matrix.node-version }}
75
75
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments