Skip to content

Commit

Permalink
update gh action test node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeck committed Dec 19, 2023
1 parent 2410639 commit 60782de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [12, 14, 16]
node: [18, 20, 21]

name: ${{ matrix.os }} Node ${{ matrix.node }} cache

Expand Down

0 comments on commit 60782de

Please sign in to comment.