Skip to content

Commit

Permalink
chore: Add Node 18 to CI (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Apr 19, 2022
1 parent 016838b commit db80737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16]
node: [14, 16, 18]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit db80737

Please sign in to comment.