We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ebfdb2 + 705dcf6 commit f921a10Copy full SHA for f921a10
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: actions/setup-node@v2
19
with:
20
- node-version: 14
+ node-version: 16
21
- run: npm install
22
- run: npm test
23
test_windows:
@@ -26,6 +26,6 @@ jobs:
26
27
28
29
30
31
- run: npm run-script test-windows
0 commit comments