File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ jobs:
27
27
28
28
# pnpm stuff
29
29
- name : pnpm — install
30
- run : npm i pnpm@latest -g
30
+ run : npm i pnpm@9 -g
31
31
- name : pnpm - config
32
32
run : pnpm config set store-dir $PNPM_CACHE_FOLDER
33
33
- name : pnpm - output bin stubs
34
34
run : mkdir ./packages/presta/dist && echo "#! /usr/bin/env node" > ./packages/presta/bin.js
35
35
- name : pnpm - install
36
36
run : pnpm install
37
+ - name : pnpm - approve builds
38
+ run : pnpm approve-builds
37
39
38
40
# build
39
41
- name : lint
Original file line number Diff line number Diff line change 27
27
28
28
# pnpm stuff
29
29
- name : pnpm — install
30
- run : npm i pnpm@latest -g
30
+ run : npm i pnpm@9 -g
31
31
- name : pnpm - config
32
32
run : pnpm config set store-dir $PNPM_CACHE_FOLDER
33
33
- name : pnpm - output bin stubs
You can’t perform that action at this time.
0 commit comments