Skip to content

Commit

Permalink
chore(ci): add node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed May 28, 2022
1 parent f8bcd03 commit eef1f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 10, 11, 12, 13, 14, 15, 16, 17 ]
node: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit eef1f22

Please sign in to comment.