Skip to content

Commit

Permalink
ci: vitest needs latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 9, 2024
1 parent 0a71830 commit 31e78e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Build
run: bun run build

Expand Down

0 comments on commit 31e78e9

Please sign in to comment.