Skip to content

Commit 14f1af9

Browse files
authored
Merge pull request #21 from Kikobeats/dependabot/github_actions/pnpm/action-setup-6
build(deps): bump pnpm/action-setup from 5 to 6
2 parents 6f91607 + e01fbde commit 14f1af9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
with:
2222
node-version: lts/*
2323
- name: Setup PNPM
24-
uses: pnpm/action-setup@v5
24+
uses: pnpm/action-setup@v6
2525
with:
2626
version: latest
27-
run_install: true
27+
- name: Install
28+
run: pnpm install --dangerously-allow-all-builds
2829
- name: Test
2930
run: npm test
3031
- name: Report

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"devDependencies": {
3232
"@commitlint/cli": "latest",
3333
"@commitlint/config-conventional": "latest",
34-
"@ksmithut/prettier-standard": "latest",
3534
"ava": "latest",
3635
"c8": "latest",
3736
"ci-publish": "latest",
@@ -88,7 +87,6 @@
8887
},
8988
"nano-staged": {
9089
"*.js": [
91-
"prettier-standard",
9290
"standard --fix"
9391
],
9492
"*.md": [

0 commit comments

Comments
 (0)