Skip to content

Commit

Permalink
Run CI on Node 20 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored May 31, 2024
1 parent e4d655e commit b2cd2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- name: Checkout
Expand All @@ -35,4 +35,4 @@ jobs:
run: npm run test

- name: Stop containers
run: docker-compose -f "docker-compose.yml" down
run: docker-compose -f "docker-compose.yml" down

0 comments on commit b2cd2dc

Please sign in to comment.