Skip to content

Commit

Permalink
build(ci): revert node 20 support
Browse files Browse the repository at this point in the history
At least until babel/babel#15927 is fixed

Signed-off-by: J茅r么me Benoit <jerome.benoit@sap.com>
  • Loading branch information
J茅r么me Benoit committed Sep 6, 2023
1 parent c1a56c4 commit f9be6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: ['20', '18', '16']
node: ['18', '16']

name: Node v${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: ['20', '18', '16']
node: ['18', '16']

name: Node v${{ matrix.node }}

Expand Down

0 comments on commit f9be6f4

Please sign in to comment.