Skip to content

Commit

Permalink
test(ci): Pin Node 22 unit test Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 27, 2024
1 parent c24f6d0 commit 0f99407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20, 22]
#TODO: unpin 22 once Node bug is fixed
node: [14, 16, 18, 20, '22.6.0']
steps:
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
uses: actions/checkout@v4
Expand Down

0 comments on commit 0f99407

Please sign in to comment.