Skip to content

Commit c24f52c

Browse files
authored
ci: add node18 support and drop node17 ci (#3718)
1 parent 7491578 commit c24f52c

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
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ubuntu-latest]
49-
node: [10, 12, 14, 17]
49+
node: [10, 12, 14, 18]
5050
runs-on: ${{ matrix.os }}
5151
steps:
5252
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)