We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c01fd commit d556f73Copy full SHA for d556f73
.github/workflows/nodejs.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Install pnpm
34
id: pnpm-install
35
with:
36
- version: 7
+ version: 8
37
run_install: false
38
- name: Get pnpm version
39
id: pnpm-version
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
@@ -118,7 +118,7 @@ jobs:
118
# name: Install pnpm
119
# id: pnpm-install
120
# with:
121
-# version: 7
+# version: 8
122
# run_install: false
123
# - name: Get pnpm version
124
# id: pnpm-version
0 commit comments