Skip to content

Commit

Permalink
test: Remove support for Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Sep 2, 2024
1 parent e2a206c commit 34f1430
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 @@ -11,17 +11,14 @@ on:
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [18, 20]

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 34f1430

Please sign in to comment.