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 Oct 2, 2024
1 parent 131b6c6 commit 5a0c2e9
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 @@ -3,9 +3,6 @@ on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -14,7 +11,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
Expand Down

0 comments on commit 5a0c2e9

Please sign in to comment.