Skip to content

Commit

Permalink
ci: remove tests for Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix committed Jul 20, 2024
1 parent 39ecb0f commit 65d8d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- name: Install dependencies
run: npm ci
- name: Check types
Expand Down

0 comments on commit 65d8d84

Please sign in to comment.