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 f11403f commit 7e19687
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 @@ -9,7 +9,8 @@ jobs:
strategy:
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 7e19687

Please sign in to comment.