Skip to content

Commit 377d86d

Browse files
committed
fix: pnpm gh action
1 parent 2a2b6b7 commit 377d86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/svelte-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: actions/setup-node@v4
37+
- uses: actions/setup-node@v3
3838
with:
3939
node-version: lts/*
4040
registry-url: 'https://registry.npmjs.org/'
41-
- uses: pnpm/action-setup@v3
41+
- uses: pnpm/action-setup@v2
4242
id: pnpm-install
4343
with:
4444
version: 9

0 commit comments

Comments
 (0)