Skip to content

Commit

Permalink
Add Node.js 18 to CI (#690)
Browse files Browse the repository at this point in the history
Node.js 18 will be LTS soon. See also the release schedule:
https://github.com/nodejs/release#release-schedule
  • Loading branch information
ybiquitous committed Oct 24, 2022
1 parent 1f153ac commit 10cd52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 10cd52b

Please sign in to comment.