Skip to content

Commit 635c338

Browse files
authored
Add test for Node.js v18 (vuejs#1864)
1 parent d1072d5 commit 635c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Test
2626
strategy:
2727
matrix:
28-
node: [16, 17]
28+
node: [17, 18]
2929
os: [ubuntu-latest]
3030

3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)