Skip to content

Commit

Permalink
build: run tests on modern node version
Browse files Browse the repository at this point in the history
  • Loading branch information
GertSallaerts committed May 3, 2024
1 parent 5fd1c1e commit 618e0ba
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
with:
node: latest

node-12:
node-18:
uses: ./.github/workflows/test-node.yaml
with:
node: 12
node: 18

node-14:
node-20:
uses: ./.github/workflows/test-node.yaml
with:
node: 14

node-16:
uses: ./.github/workflows/test-node.yaml
with:
node: 16
node: 20

0 comments on commit 618e0ba

Please sign in to comment.