Skip to content

Commit c9c5bb5

Browse files
authored
Update PNPM version and action setup in workflow
1 parent 7e7243b commit c9c5bb5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
NODE_VERSION: '20.x'
12-
PNPM_VERSION: '10.x'
12+
PNPM_VERSION: 'latest'
1313

1414
jobs:
1515
test-and-build:
@@ -27,12 +27,13 @@ jobs:
2727
cache: 'pnpm'
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v2
30+
uses: pnpm/action-setup@v4
3131
with:
3232
version: ${{ env.PNPM_VERSION }}
3333

3434
- name: Install dependencies
3535
run: pnpm install
36+
3637
- name: Build
3738
run: pnpm run build
3839

@@ -43,5 +44,3 @@ jobs:
4344
# run: pnpm run test:e2e
4445
# - name: Lint
4546
# run: pnpm run lint
46-
47-

0 commit comments

Comments
 (0)