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 90f1ddd commit bb2c7cdCopy full SHA for bb2c7cd
.github/workflows/publish-unstable.yml
@@ -20,17 +20,14 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v4
23
+ - uses: pnpm/action-setup@v2
24
- uses: actions/setup-node@v4
25
with:
- node-version: 18
26
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
27
registry-url: 'https://registry.npmjs.org'
28
cache: 'pnpm'
29
-
30
- - uses: pnpm/action-setup@v2
31
- with:
32
- version: 10.6.2
33
- run_install: true
+
+ - run: pnpm install
34
35
# - name: Lint
36
# run: pnpm lint
0 commit comments