Skip to content

Commit

Permalink
test against node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Dec 7, 2022
1 parent a769c06 commit 756ae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '12', '14', '16', '17', '18' ]
node: [ '12', '14', '16', '17', '18', '19' ]

steps:
- name: Clone repository
Expand Down

0 comments on commit 756ae9f

Please sign in to comment.