Commit efa4f26 1 parent feec452 commit efa4f26 Copy full SHA for efa4f26
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33
33
- uses : pnpm/action-setup@v2
34
34
if : always()
35
35
with :
36
- version : 8.13 .1
36
+ version : 8.14 .1
37
37
dest : ${{ runner.temp }}/setup-pnpm
38
38
- uses : actions/setup-node@v3
39
39
if : always()
@@ -158,7 +158,7 @@ jobs:
158
158
- uses : pnpm/action-setup@v2
159
159
if : always()
160
160
with :
161
- version : 8.13 .1
161
+ version : 8.14 .1
162
162
dest : ${{ runner.temp }}/setup-pnpm
163
163
- uses : actions/setup-node@v3
164
164
if : always()
@@ -232,7 +232,7 @@ jobs:
232
232
- uses : pnpm/action-setup@v2
233
233
if : always()
234
234
with :
235
- version : 8.13 .1
235
+ version : 8.14 .1
236
236
dest : ${{ runner.temp }}/setup-pnpm
237
237
- uses : actions/setup-node@v3
238
238
if : always()
Original file line number Diff line number Diff line change 1
- node = "20.10 .0"
2
- npm = "10.2.5 "
3
- pnpm = "8.13 .1"
1
+ node = "20.11 .0"
2
+ npm = "10.3.0 "
3
+ pnpm = "8.14 .1"
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ runs:
45
45
steps :
46
46
- uses : pnpm/action-setup@v2
47
47
with :
48
- version : 8.13 .1
48
+ version : 8.14 .1
49
49
- uses : actions/setup-node@v3
50
50
with :
51
- node-version : 20.10 .0
51
+ node-version : 20.11 .0
52
52
cache : pnpm
53
53
cache-dependency-path : " **/pnpm-lock.yaml"
54
54
- name : pull docker image
Original file line number Diff line number Diff line change 50
50
51
51
- uses : pnpm/action-setup@v2
52
52
with :
53
- version : 8.13 .1
53
+ version : 8.14 .1
54
54
- name : Get pnpm store directory
55
55
shell : bash
56
56
run : |
81
81
82
82
- uses : actions/setup-node@v3
83
83
with :
84
- node-version : 20.10 .0
84
+ node-version : 20.11 .0
85
85
registry-url : " https://registry.npmjs.org"
86
86
87
87
- name : upgrade npm
You can’t perform that action at this time.
0 commit comments