Skip to content

Commit

Permalink
Update nodejs version matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Dec 11, 2023
1 parent c02c569 commit 24a4ab4
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: Install make nasm binutils
run: |
Expand All @@ -33,4 +33,4 @@ jobs:
make test
- name: Build
run: |
make build
make build

0 comments on commit 24a4ab4

Please sign in to comment.