Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

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 9, 2024
1 parent db01cde commit 17b8204
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,15 +11,12 @@ 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: ${{ matrix.node }}
node-version-file: '.nvmrc'
- run: npm ci
- run: make validate-no-uncommitted-package-lock-changes
- run: npm run lint
Expand Down

0 comments on commit 17b8204

Please sign in to comment.