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 6, 2024
1 parent ad2368e commit 0fda25a
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,14 +11,11 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint

0 comments on commit 0fda25a

Please sign in to comment.