Skip to content

Commit bba9acb

Browse files
authored
[chore] Add latest node versions to CI (#207)
1 parent 46fa2e4 commit bba9acb

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: ["10", "12", "14"]
8+
node-version: ["10", "12", "14", "16", "18"]
99
os: [ubuntu-latest, windows-latest]
1010
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)