Skip to content

Commit

Permalink
Switch to Node.js v22 temporarily for Windows path failures
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 26, 2024
1 parent 0363034 commit 7697854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
# TODO: Switch back to lts/* when v22 becomes LTS
# node-version: 'lts/*'
node-version: '22'
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 7697854

Please sign in to comment.