Skip to content

Commit

Permalink
test: Remove support for Node 18 (#412)
Browse files Browse the repository at this point in the history
* test: Add Node 20 to CI matrix

* test: Remove support for Node 18
  • Loading branch information
BilalQamar95 authored Nov 1, 2024
1 parent 829f153 commit 850515a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
if: "!(github.actor == 'github-actions[bot]') "
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]

steps:
- name: Checkout
Expand All @@ -23,7 +20,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
# lerna expects to be authenticated for publishing to NPM. This step will fail CI if NPM is not
# authenticated, even though this build does _not_ attempt to publish, as an extra check before merge
# that Lerna is set to publish.
Expand Down

0 comments on commit 850515a

Please sign in to comment.