Skip to content

Commit

Permalink
Force vite 6 for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Dec 12, 2024
1 parent 48286a0 commit 7d4e140
Show file tree
Hide file tree
Showing 4 changed files with 1,379 additions and 2,925 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,18 @@ jobs:
- name: Volta
uses: volta-cli/action@v4

- name: Use pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: Install
shell: bash
run: |
npm ci
- name: Build
- name: Versions Report
shell: bash
run: |
npm run report:versions
- name: Build
run: |
npm run build
- name: Build Production
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,28 @@ jobs:
- name: Volta
uses: volta-cli/action@v4

- name: Use pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: Install
shell: bash
run: |
npm ci
- name: Build
- name: Versions Report
shell: bash
run: |
npm run report:versions
- name: Build
shell: bash
run: |
npm run build
- name: Lint
shell: bash
run: |
npm run report:versions
npm run lint
- name: Test
shell: bash
run: |
npm run report:versions
npm run test:install
npm run test:run
Loading

0 comments on commit 7d4e140

Please sign in to comment.