Skip to content

Commit

Permalink
Add Node 18 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed May 31, 2022
1 parent af0ac3e commit 9fd0d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down

1 comment on commit 9fd0d47

@lygstate
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

17.x can be removed

Please sign in to comment.