Skip to content

Commit

Permalink
Workaround nodejs regression
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Nov 15, 2024
1 parent 32370ec commit 5c3335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: current
node-version: '23.1' # Temporary: https://github.com/nodejs/node/issues/55826

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 5c3335f

Please sign in to comment.