Skip to content

Commit bb2c7cd

Browse files
Update publish-unstable.yml
1 parent 90f1ddd commit bb2c7cd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/publish-unstable.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: pnpm/action-setup@v2
2324
- uses: actions/setup-node@v4
2425
with:
25-
node-version: 18
2626
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
2727
registry-url: 'https://registry.npmjs.org'
2828
cache: 'pnpm'
29-
30-
- uses: pnpm/action-setup@v2
31-
with:
32-
version: 10.6.2
33-
run_install: true
29+
30+
- run: pnpm install
3431

3532
# - name: Lint
3633
# run: pnpm lint

0 commit comments

Comments
 (0)