Skip to content

Commit

Permalink
use Node 21 until Node 22 bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Apr 28, 2024
1 parent d844efb commit 9b652ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v4
with:
node-version: latest
# hard code until this bug is fixed with Node 22: https://github.com/nodejs/node/issues/52682
node-version: 21
- name: install
run: |
npm i
Expand Down

0 comments on commit 9b652ec

Please sign in to comment.