Skip to content

Commit

Permalink
Drop Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 7, 2023
1 parent 1c113e3 commit 68658f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node: [20]
include:
- os: ubuntu-latest
node: 14.18.0
node: 16.17.0
fail-fast: false
runs-on: ${{ matrix.os }}
# We do not use @actions/cache because restoring/saving cache currently
Expand All @@ -28,12 +28,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
# TODO: remove after dropping support for Node <15.0.0, i.e. ensuring
# npm v7 is used. We need npm v7 due to peerDependencies automatic
# installation
- name: Install latest npm
run: npm install -g npm
if: "${{ matrix.node == '14.18.0' }}"
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 68658f7

Please sign in to comment.