Skip to content

Commit 967e9f5

Browse files
authored
chore: add Node18 for CI (#8078)
1 parent 3b3e1c8 commit 967e9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
timeout-minutes: 15
4747
strategy:
4848
matrix:
49-
node-version: [8, 10, 12, 14, 16]
49+
node-version: [8, 10, 12, 14, 16, 18]
5050
os: [ubuntu-latest, windows-latest, macOS-latest]
5151
steps:
5252
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)