Skip to content

Commit d556f73

Browse files
committed
build: updated workflows with pnpm 8
1 parent a8c01fd commit d556f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Install pnpm
3434
id: pnpm-install
3535
with:
36-
version: 7
36+
version: 8
3737
run_install: false
3838
- name: Get pnpm version
3939
id: pnpm-version
@@ -75,7 +75,7 @@ jobs:
7575
name: Install pnpm
7676
id: pnpm-install
7777
with:
78-
version: 7
78+
version: 8
7979
run_install: false
8080
- name: Get pnpm version
8181
id: pnpm-version
@@ -118,7 +118,7 @@ jobs:
118118
# name: Install pnpm
119119
# id: pnpm-install
120120
# with:
121-
# version: 7
121+
# version: 8
122122
# run_install: false
123123
# - name: Get pnpm version
124124
# id: pnpm-version

0 commit comments

Comments
 (0)