Skip to content

Commit 75f65eb

Browse files
authored
build: add node v18 (#546)
1 parent b578a66 commit 75f65eb

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node: [17.x, 16.x, 14.x, 12.x, "12.22.0"]
30+
node: [18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
3131
include:
3232
- os: windows-latest
3333
node: "16.x"

0 commit comments

Comments
 (0)