chore: add Node18 for CI (#8078)

pull/8190/head
Yuichiro Yamashita 2 years ago committed by GitHub
parent 3b3e1c839c
commit 967e9f51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [8, 10, 12, 14, 16]
node-version: [8, 10, 12, 14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save