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:
3030 # uses: nrwl/nx-set-shas@v3
3131 - uses : actions/setup-node@v4
3232 with :
33- node-version : ' 16 '
33+ node-version : ' 20 '
3434 - uses : pnpm/action-setup@v2.4.0
3535 name : Install pnpm
3636 id : pnpm-install
3737 with :
38- version : 8
38+ version : 9
3939 run_install : false
4040 - name : Get pnpm version
4141 id : pnpm-version
@@ -72,12 +72,12 @@ jobs:
7272 # uses: nrwl/nx-set-shas@v3
7373 - uses : actions/setup-node@v4
7474 with :
75- node-version : ' 16 '
75+ node-version : ' 20 '
7676 - uses : pnpm/action-setup@v2.4.0
7777 name : Install pnpm
7878 id : pnpm-install
7979 with :
80- version : 8
80+ version : 9
8181 run_install : false
8282 - name : Get pnpm version
8383 id : pnpm-version
@@ -115,12 +115,12 @@ jobs:
115115# - uses: actions/checkout@v3
116116# - uses: actions/setup-node@v3
117117# with:
118- # node-version: '16 '
118+ # node-version: '20 '
119119# - uses: pnpm/action-setup@v2.2.2
120120# name: Install pnpm
121121# id: pnpm-install
122122# with:
123- # version: 8
123+ # version: 9
124124# run_install: false
125125# - name: Get pnpm version
126126# id: pnpm-version
You can’t perform that action at this time.
0 commit comments