File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,11 @@ jobs:
4545 with :
4646 node-version : lts/*
4747 - name : Setup PNPM
48- uses : pnpm/action-setup@v5
48+ uses : pnpm/action-setup@v6
4949 with :
5050 version : latest
51- run_install : true
51+ - name : Install
52+ run : pnpm install --ignore-scripts
5253 - name : Test
5354 run : pnpm test
5455 - name : Report
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ jobs:
2222 with :
2323 node-version : lts/*
2424 - name : Setup PNPM
25- uses : pnpm/action-setup@v5
25+ uses : pnpm/action-setup@v6
2626 with :
2727 version : latest
28- run_install : true
28+ - name : Install
29+ run : pnpm install --ignore-scripts
2930 - name : Test
3031 run : pnpm test
3132 - name : Report
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ resolution-mode=highest
88save-prefix = ~
99save = false
1010shamefully-hoist = true
11- strict-peer-dependencies = false
12-
11+ strict-peer-dependencies = false
Original file line number Diff line number Diff line change 3333 "devDependencies" : {
3434 "@commitlint/cli" : " latest" ,
3535 "@commitlint/config-conventional" : " latest" ,
36- "@ksmithut/prettier-standard" : " latest" ,
3736 "ava" : " latest" ,
3837 "c8" : " latest" ,
3938 "ci-publish" : " latest" ,
7776 },
7877 "nano-staged" : {
7978 "*.js" : [
80- " prettier-standard" ,
8179 " standard --fix"
8280 ],
8381 "package.json" : [
You can’t perform that action at this time.
0 commit comments