Skip to content

Commit

Permalink
fix: babel compatiblity with Node 20.6
Browse files Browse the repository at this point in the history
See more here babel/babel#15947
  • Loading branch information
davydkov committed Sep 8, 2023
1 parent b88fbf9 commit b35846c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
node-version: [18, 20]
node-version: ['18', '20.5']
include:

- node-version: 20
- node-version: '20.5'
test_cli: true

- os: ubuntu-latest
node-version: 20
node-version: '20.5'
build_docs: true

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b35846c

Please sign in to comment.