File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ jobs:
1919 with :
2020 node-version : lts/*
2121 - name : Setup PNPM
22- uses : pnpm/action-setup@v5
22+ uses : pnpm/action-setup@v6
2323 with :
2424 version : latest
25- run_install : true
25+ - name : Install
26+ run : pnpm install --dangerously-allow-all-builds
2627 - name : Contributors
2728 run : |
2829 git config --global user.email ${{ secrets.GIT_EMAIL }}
@@ -60,10 +61,11 @@ jobs:
6061 with :
6162 node-version : lts/*
6263 - name : Setup PNPM
63- uses : pnpm/action-setup@v5
64+ uses : pnpm/action-setup@v6
6465 with :
6566 version : latest
66- run_install : true
67+ - name : Install
68+ run : pnpm install --dangerously-allow-all-builds
6769 - name : Test
6870 run : pnpm --filter "${{ matrix.package.filter }}" exec c8 pnpm test
6971 - name : Coverage
Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ jobs:
3535 with :
3636 node-version : lts/*
3737 - name : Setup PNPM
38- uses : pnpm/action-setup@v5
38+ uses : pnpm/action-setup@v6
3939 with :
4040 version : latest
41- run_install : true
41+ - name : Install
42+ run : pnpm install --dangerously-allow-all-builds
4243 - name : Test
4344 run : pnpm --filter "${{ matrix.package.filter }}" exec c8 pnpm test
4445 - name : Coverage
Original file line number Diff line number Diff line change 11audit = false
2-
32fund = false
43loglevel = error
54package-lock = false
@@ -11,3 +10,4 @@ save=false
1110shamefully-hoist = true
1211strict-peer-dependencies = false
1312unsafe-perm = true
13+ block-exotic-subdeps = false
Original file line number Diff line number Diff line change 167167 "devDependencies" : {
168168 "@commitlint/cli" : " latest" ,
169169 "@commitlint/config-conventional" : " latest" ,
170- "@ksmithut/prettier-standard" : " latest" ,
171170 "@lerna-lite/cli" : " latest" ,
172171 "@lerna-lite/publish" : " latest" ,
173172 "browser-sync" : " latest" ,
221220 },
222221 "nano-staged" : {
223222 "*.js" : [
224- " prettier-standard" ,
225223 " standard --fix"
226224 ],
227225 "package.json" : [
You can’t perform that action at this time.
0 commit comments