Skip to content

Commit d687760

Browse files
authored
fix: downgrade pnpm to v8 (#199)
1 parent a68a9c6 commit d687760

File tree

3 files changed

+2936
-3815
lines changed

3 files changed

+2936
-3815
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 8
2020
run_install: false
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: pnpm
2525
- run: pnpm install --frozen-lockfile
2626
- run: pnpm run build
@@ -36,11 +36,11 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: pnpm/action-setup@v4
3838
with:
39-
version: 9
39+
version: 8
4040
run_install: false
4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: 18
43+
node-version: 20
4444
cache: pnpm
4545
# Setup gcloud application default credentials. While the credentials are not actually
4646
# used because Google api services are stubbed, instantiating any of the Google node

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./application/webhook/index.js",
66
"engines": {
77
"node": "^20",
8-
"pnpm": ">=9"
8+
"pnpm": "^8"
99
},
1010
"scripts": {
1111
"prebuild": "node tools/clean-dist-files.js",

0 commit comments

Comments
 (0)