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 e496ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: target
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- name: Install deps
run: |
sudo apt-get install moreutils
Expand All @@ -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 e496ff5

Please sign in to comment.