8000 chore(CI): bump pnpm version up to 8 · classmethod/athena-query@88a4621 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88a4621

Browse files
committed
chore(CI): bump pnpm version up to 8
1 parent 6c219b4 commit 88a4621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:
28-
version: 7
28+
version: 8
2929
run_install: false
3030
- run: pnpm install
3131
- run: pnpm test run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Install pnpm
3030
id: pnpm-install
3131
with:
32-
version: 7
32+
version: 8
3333
run_install: false
3434
- run: pnpm install
3535
- run: pnpm test run

0 commit comments

Comments
 (0)
0