Skip to content

Commit db1241b

Browse files
chore: use pnpm v9
1 parent 88faa8f commit db1241b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cd.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ jobs:
2727

2828
# pnpm stuff
2929
- name: pnpm — install
30-
run: npm i pnpm@latest -g
30+
run: npm i pnpm@9 -g
3131
- name: pnpm - config
3232
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
3333
- name: pnpm - output bin stubs
3434
run: mkdir ./packages/presta/dist && echo "#! /usr/bin/env node" > ./packages/presta/bin.js
3535
- name: pnpm - install
3636
run: pnpm install
37+
- name: pnpm - approve builds
38+
run: pnpm approve-builds
3739

3840
# build
3941
- name: lint

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# pnpm stuff
2929
- name: pnpm — install
30-
run: npm i pnpm@latest -g
30+
run: npm i pnpm@9 -g
3131
- name: pnpm - config
3232
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
3333
- name: pnpm - output bin stubs

0 commit comments

Comments
 (0)