8000 Merge pull request #71 from yamatatsu/fix-pnpm-version-on-ci · classmethod/athena-query@f8cc1e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8cc1e7

Browse files
authored
Merge pull request #71 from yamatatsu/fix-pnpm-version-on-ci
2 parents 6c219b4 + 88a4621 commit f8cc1e7

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