From d51d4288fa7924faf99426831f7fab167f35e4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:02:59 +0000 Subject: [PATCH 1/2] build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09ab221..9afb200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest run_install: true From e01fbde146c4d1559c4c9a4a0515be0ba7965509 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 14 Apr 2026 16:04:04 +0200 Subject: [PATCH 2/2] ci: tweaks --- .github/workflows/main.yml | 3 ++- package.json | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9afb200..f491abb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,8 @@ jobs: uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --dangerously-allow-all-builds - name: Test run: npm test - name: Report diff --git a/package.json b/package.json index 3f761a8..8a09e7e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", - "@ksmithut/prettier-standard": "latest", "ava": "latest", "c8": "latest", "ci-publish": "latest", @@ -88,7 +87,6 @@ }, "nano-staged": { "*.js": [ - "prettier-standard", "standard --fix" ], "*.md": [