Skip to content

Commit

Permalink
other: Add Node.js v20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-mazepa committed Jul 31, 2023
1 parent c21f568 commit fe19277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: test
strategy:
matrix:
node-version: [lts/fermium, lts/gallium, lts/hydrogen]
node-version: [14.x, 16.x, 18.x, 20.x]
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Run build
run: npm run build

- if: matrix.node-version == 'lts/hydrogen' # starting from v18 there is FormData implementation in Node.js
- if: matrix.node-version != 14.x || matrix.node-version != 16.x # starting from v18 there is FormData implementation in Node.js
name: Run Node.js integration tests with builtin FormData
run: export LAUNCH_TYPE=native && npm run test:node

Expand Down

0 comments on commit fe19277

Please sign in to comment.