Skip to content

Commit

Permalink
Added versions 20 and 21 to into github actions Node Version matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Mar 18, 2024
1 parent b6066b2 commit 364b6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14,16,18,19]
node-version: [14,16,18,19,20,21]
steps:
- name: Update Apt
run: sudo apt-get update
Expand Down

0 comments on commit 364b6c6

Please sign in to comment.