Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 980b5f5

Browse files
authored
ci: pnpm setup package version is too old (#78)
Signed-off-by: Wibus <[email protected]>
1 parent 0e08cbc commit 980b5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2929
restore-keys: |
3030
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
31-
- uses: pnpm/action-setup@v2.4.0
31+
- uses: pnpm/action-setup@v3
3232
with:
3333
version: latest
3434
run_install: false
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
pnpm i
3939
pnpm run build
40-
npx next export
40+
npx next export

0 commit comments

Comments
 (0)