Skip to content

Commit

Permalink
chore: update node versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Jul 24, 2023
1 parent 7dc1fe4 commit 957934b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -53,10 +53,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm
- name: Install dependencies
if: ${{ matrix.node == 14 }}
run: npx npm@8 ci
- name: Install dependencies
if: ${{ matrix.node != 14 }}
run: npm ci
- name: Run tests
run: npm run ci:test
Expand Down

0 comments on commit 957934b

Please sign in to comment.