Skip to content

Commit 29dfc2e

Browse files
committed
test on NodeJS 16
1 parent 2097f6a commit 29dfc2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: '16.x'
10+
node-version:
11+
- 16
1112
steps:
1213
- name: Clone Repository
1314
uses: actions/checkout@v2

0 commit comments

Comments
 (0)