File tree Expand file tree Collapse file tree 3 files changed +2936
-3815
lines changed Expand file tree Collapse file tree 3 files changed +2936
-3815
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments