Skip to content

Commit

Permalink
fix(infra): downgrade to node v20.5.x
Browse files Browse the repository at this point in the history
This fix is needed in order to be able to have green tests.
Currently Node.js v20.6 (which is the most recent at the moment) has some
issues with babel and esmock breaks.
  • Loading branch information
d3xter666 committed Sep 7, 2023
1 parent 368ff95 commit 3e32277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Unit and Integration
strategy:
matrix:
version: [16, 18, 20]
version: [16, 18, 20.5]
os: [ubuntu-22.04, windows-2022, macos-13]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3e32277

Please sign in to comment.