Skip to content

Commit

Permalink
ci: ensure test coverage for node 20 (#3038)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
michealroberts and antfu committed Jul 30, 2023
1 parent 0d02f6c commit 3f32e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
node: [16.x, 18.x]
node: [16.x, 18.x, 20.x]
fail-fast: false

steps:
Expand Down

0 comments on commit 3f32e0c

Please sign in to comment.