Skip to content

Commit

Permalink
fix workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus committed Jun 30, 2024
1 parent e19dd97 commit e76228e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: pnpm
- run: corepack enable
- run: pnpm install
- name: Build Vite-Plugin-Hash-CSP
run: pnpm p:build
- name: Archive production artifacts
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- run: npm ci
cache: pnpm
- run: pnpm install
- name: Download production artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: pnpm
- run: corepack enable
- run: pnpm install
- name: Build Vite-Plugin-Hash-CSP
run: pnpm p:build

Expand Down

0 comments on commit e76228e

Please sign in to comment.