Skip to content

Commit

Permalink
ci: pin node version to workaround upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Sep 6, 2023
1 parent 7e19687 commit e653db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18, 20]
# https://github.com/vitejs/vite/issues/14299
node: [16, 18, 20.5]

steps:
- name: Set up Node
Expand Down

0 comments on commit e653db5

Please sign in to comment.