Skip to content

Commit

Permalink
ci: add Node.js 20 in the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 19, 2023
1 parent 164ba2a commit 887396d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,9 @@ jobs:

strategy:
matrix:
node-version: [14, 16]
node-version:
- 12
- 20

steps:
- name: Checkout repository
Expand Down

0 comments on commit 887396d

Please sign in to comment.