Skip to content

Commit b5f8ca8

Browse files
authored
chore: add node 16 to ci.yaml (#189)
1 parent 4a7d811 commit b5f8ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [10, 12, 14]
11+
node: [10, 12, 14, 16]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)