Skip to content

Commit e514d7e

Browse files
committed
chore: Fix deployment (use pnpm 9)
1 parent 20d303e commit e514d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
8484
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
8585
with:
86-
version: 8
86+
version: 9
8787
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
8888
with:
8989
node-version: lts/*

.github/workflows/test-against-nextjs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
7272
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
7373
with:
74-
version: 8
74+
version: 9
7575
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
7676
with:
7777
node-version: lts/*

0 commit comments

Comments
 (0)