Skip to content

Commit

Permalink
ci: drop nodejs v14 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 20, 2023
1 parent 2ad4340 commit 09afe67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Fetch deps
run: yarn
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node-version: [ 14, 18, 20 ]
node-version: [ 16, 18, 20 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Fetch deps
run: yarn
Expand Down

0 comments on commit 09afe67

Please sign in to comment.