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 @@ -27,12 +27,12 @@ jobs:
27
27
# uses: nrwl/nx-set-shas@v3
28
28
- uses : actions/setup-node@v4
29
29
with :
30
- node-version : " 16 "
30
+ node-version : " 22 "
31
31
32
32
name : Install pnpm
33
33
id : pnpm-install
34
34
with :
35
- version : 8
35
+ version : 9
36
36
run_install : false
37
37
- name : Get pnpm version
38
38
id : pnpm-version
@@ -69,12 +69,12 @@ jobs:
69
69
# uses: nrwl/nx-set-shas@v3
70
70
- uses : actions/setup-node@v4
71
71
with :
72
- node-version : " 16 "
72
+ node-version : " 22 "
73
73
74
74
name : Install pnpm
75
75
id : pnpm-install
76
76
with :
77
- version : 8
77
+ version : 9
78
78
run_install : false
79
79
- name : Get pnpm version
80
80
id : pnpm-version
@@ -111,12 +111,12 @@ jobs:
111
111
# - uses: actions/checkout@v3
112
112
# - uses: actions/setup-node@v3
113
113
# with:
114
- # node-version: '16 '
114
+ # node-version: '22 '
115
115
116
116
# name: Install pnpm
117
117
# id: pnpm-install
118
118
# with:
119
- # version: 8
119
+ # version: 9
120
120
# run_install: false
121
121
# - name: Get pnpm version
122
122
# id: pnpm-version
You can’t perform that action at this time.
0 commit comments