Skip to content

Commit

Permalink
Only run CI against Node.js LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Aug 6, 2024
1 parent 90776dc commit 45ebbe8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
strategy:
# We do not want to run CRUD tests in parallel
max-parallel: 1
matrix:
node:
- lts/hydrogen
- node

steps:
- name: Checkout sources
Expand All @@ -39,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
node-version: lts/*

- name: Install dependencies
run: npm ci --no-fund --no-audit
Expand Down

0 comments on commit 45ebbe8

Please sign in to comment.