Skip to content

Commit ae28b0d

Browse files
committedApr 29, 2024
chore: Use pnpm v9
1 parent 3ee19d7 commit ae28b0d

File tree

3 files changed

+6788
-5389
lines changed

3 files changed

+6788
-5389
lines changed
 

Diff for: ‎.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4343
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
4444
with:
45-
version: 8
45+
version: 9
4646
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
4747
with:
4848
node-version: lts/*

Diff for: ‎.github/workflows/test-against-nextjs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2525
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
2626
with:
27-
version: 8
27+
version: 9
2828
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
2929
with:
3030
node-version: lts/*

0 commit comments

Comments
 (0)