Skip to content

Commit

Permalink
ci: disable nodejs v18 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 3, 2022
1 parent 419fb42 commit 8ac595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 14, 18 ]
node-version: [ 14, 16 ]
name: Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8ac595a

Please sign in to comment.