Skip to content

Commit

Permalink
test: Remove support for Node 18 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Oct 31, 2024
1 parent 5dc05ef commit b70ff09
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 b70ff09

Please sign in to comment.