2 parents 6f91607 + e01fbde commit 14f1af9Copy full SHA for 14f1af9
2 files changed
.github/workflows/main.yml
@@ -21,10 +21,11 @@ jobs:
21
with:
22
node-version: lts/*
23
- name: Setup PNPM
24
- uses: pnpm/action-setup@v5
+ uses: pnpm/action-setup@v6
25
26
version: latest
27
- run_install: true
+ - name: Install
28
+ run: pnpm install --dangerously-allow-all-builds
29
- name: Test
30
run: npm test
31
- name: Report
package.json
@@ -31,7 +31,6 @@
"devDependencies": {
32
"@commitlint/cli": "latest",
33
"@commitlint/config-conventional": "latest",
34
- "@ksmithut/prettier-standard": "latest",
35
"ava": "latest",
36
"c8": "latest",
37
"ci-publish": "latest",
@@ -88,7 +87,6 @@
88
87
},
89
"nano-staged": {
90
"*.js": [
91
- "prettier-standard",
92
"standard --fix"
93
],
94
"*.md": [
0 commit comments