diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6628e4d..8a332d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,10 +45,11 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --ignore-scripts - name: Test run: pnpm test - name: Report diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 27b10f0..6f886f2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,10 +22,11 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --ignore-scripts - name: Test run: pnpm test - name: Report diff --git a/.npmrc b/.npmrc index 218345c..a2372f5 100644 --- a/.npmrc +++ b/.npmrc @@ -8,5 +8,4 @@ resolution-mode=highest save-prefix=~ save=false shamefully-hoist=true -strict-peer-dependencies=false - +strict-peer-dependencies=false \ No newline at end of file diff --git a/package.json b/package.json index ca85853..0362085 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", - "@ksmithut/prettier-standard": "latest", "ava": "latest", "c8": "latest", "ci-publish": "latest", @@ -77,7 +76,6 @@ }, "nano-staged": { "*.js": [ - "prettier-standard", "standard --fix" ], "package.json": [