Skip to content

Commit

Permalink
test against node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Nov 17, 2022
1 parent adf66a6 commit fdcddb4
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: [ '10', '12', '14', '16' ]
node: [ '10', '12', '14', '16', '18' ]

steps:
- name: Clone repository
Expand Down

0 comments on commit fdcddb4

Please sign in to comment.