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 a19c736 commit 0ff2b77Copy full SHA for 0ff2b77
.github/workflows/ci.yml
@@ -29,9 +29,8 @@ jobs:
29
- name: Checkout Commit
30
uses: actions/checkout@v3
31
- name: Install pnpm
32
- uses: pnpm/action-setup@v2.4.0
+ uses: pnpm/action-setup@v4.1.0
33
with:
34
- version: next-8
35
standalone: true
36
- name: Setup Node
37
uses: actions/setup-node@v3
package.json
@@ -62,5 +62,6 @@
62
"./node-gyp-bin/node-gyp",
63
"./node-gyp-bin/node-gyp.cmd"
64
]
65
- }
+ },
66
+ "packageManager": "[email protected]"
67
}
0 commit comments