Skip to content

Commit

Permalink
fix: release scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Mar 13, 2024
1 parent a8beb9a commit 50a01b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 50a01b7

Please sign in to comment.