Skip to content

Commit d332396

Browse files
committed
use the latest pnpm in ci.yaml
1 parent c81d623 commit d332396

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 9
21+
version: latest
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 'lts/*'
24+
node-version: lts/*
2525
cache: pnpm
26-
cache-dependency-path: pnpm-lock.yaml
27-
- run: pnpm install --frozen-lockfile
26+
- run: pnpm install
2827
- run: pnpm prettier --plugin=prettier-plugin-svelte -c .
2928
- run: pnpm tsc
3029
- run: pnpm eslint .
@@ -48,13 +47,12 @@ jobs:
4847
ref: ${{ github.ref }}
4948
- uses: pnpm/action-setup@v4
5049
with:
51-
version: 9
50+
version: latest
5251
- uses: actions/setup-node@v4
5352
with:
54-
node-version: 'lts/*'
53+
node-version: lts/*
5554
cache: pnpm
56-
cache-dependency-path: pnpm-lock.yaml
57-
- run: pnpm install --frozen-lockfile
55+
- run: pnpm install
5856
- run: pnpm build
5957
- run: node release/index.js
6058
env:

0 commit comments

Comments
 (0)