Skip to content

Commit

Permalink
ci: add node 20 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 29, 2023
1 parent ae04144 commit 67443ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node_version: [16, 18]
node_version: [16, 18, 20]

steps:
- name: Checkout
Expand Down

0 comments on commit 67443ce

Please sign in to comment.