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 @@ -30,12 +30,12 @@ jobs:
30
30
# uses: nrwl/nx-set-shas@v3
31
31
- uses : actions/setup-node@v4
32
32
with :
33
- node-version : ' 16 '
33
+ node-version : ' 20 '
34
34
35
35
name : Install pnpm
36
36
id : pnpm-install
37
37
with :
38
- version : 8
38
+ version : 9
39
39
run_install : false
40
40
- name : Get pnpm version
41
41
id : pnpm-version
@@ -72,12 +72,12 @@ jobs:
72
72
# uses: nrwl/nx-set-shas@v3
73
73
- uses : actions/setup-node@v4
74
74
with :
75
- node-version : ' 16 '
75
+ node-version : ' 20 '
76
76
77
77
name : Install pnpm
78
78
id : pnpm-install
79
79
with :
80
- version : 8
80
+ version : 9
81
81
run_install : false
82
82
- name : Get pnpm version
83
83
id : pnpm-version
@@ -115,12 +115,12 @@ jobs:
115
115
# - uses: actions/checkout@v3
116
116
# - uses: actions/setup-node@v3
117
117
# with:
118
- # node-version: '16 '
118
+ # node-version: '20 '
119
119
120
120
# name: Install pnpm
121
121
# id: pnpm-install
122
122
# with:
123
- # version: 8
123
+ # version: 9
124
124
# run_install: false
125
125
# - name: Get pnpm version
126
126
# id: pnpm-version
You can’t perform that action at this time.
0 commit comments