Skip to content

Commit bdb5395

Browse files
authored
ci: add node 18 to test matrix, remove node 17 (#96)
1 parent fcb3b44 commit bdb5395

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
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [17.x, 16.x, 14.x, 12.x, '12.22.0']
33+
node: [18.x, 16.x, 14.x, 12.x, '12.22.0']
3434
include:
3535
- os: windows-latest
3636
node: '16.x'

0 commit comments

Comments
 (0)