Commit ca3f2f4 1 parent 659ba90 commit ca3f2f4 Copy full SHA for ca3f2f4
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Install node
29
29
uses : actions/setup-node@v2
30
30
with :
31
- node-version : 18
31
+ node-version : 20
32
32
33
33
- name : Install pnpm
34
34
uses : pnpm/action-setup@v2.0.1
35
35
with :
36
- version : 8.6.2
36
+ version : 8.14.1
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Install node
29
29
uses : actions/setup-node@v2
30
30
with :
31
- node-version : 18
31
+ node-version : 20
32
32
33
33
- name : Install pnpm
34
34
uses : pnpm/action-setup@v2.0.1
35
35
with :
36
- version : 8.6.2
36
+ version : 8.14.1
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Install node
29
29
uses : actions/setup-node@v2
30
30
with :
31
- node-version : 18
31
+ node-version : 20
32
32
33
33
- name : Install pnpm
34
34
uses : pnpm/action-setup@v2.0.1
35
35
with :
36
- version : 8.6.2
36
+ version : 8.14.1
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
- name : Install node
26
26
uses : actions/setup-node@v2
27
27
with :
28
- node-version : 18
28
+ node-version : 20
29
29
30
30
- name : Install pnpm
31
31
uses : pnpm/action-setup@v2.0.1
32
32
with :
33
- version : 8.6.2
33
+ version : 8.14.1
34
34
35
35
- name : Get pnpm store directory
36
36
id : pnpm-cache
You can’t perform that action at this time.
0 commit comments