diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index e5d19be..2b7c9b1 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -25,7 +25,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.1' + version: '8.15.3' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2df9d89..5b63093 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.1' + version: '8.15.3' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/package.json b/package.json index c42700c..def02ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kindspells/astro-shield", - "version": "1.0.0", + "version": "1.0.1", "description": "An Astro plugin to compute and inject SRI hashes for script and style tags", "private": false, "type": "module", @@ -31,7 +31,7 @@ "lint:biome": "biome lint .", "lint:publint": "publint", "lint:tsc": "tsc -p .", - "prepublishOnly": "pnpm lint && pnpm test", + "prepublishOnly": "pnpm lint && pnpm test:unit", "test:e2e": "vitest -c vitest.config.e2e.mts run", "test:e2e:coverage": "vitest -c vitest.config.e2e.mts run --coverage", "test:unit": "vitest -c vitest.config.unit.mts run",