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 da99ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 da99ec5

Please sign in to comment.