We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8908a commit f243d2fCopy full SHA for f243d2f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set node version to 16
15
uses: actions/setup-node@v2
16
with:
17
- node-version: 16
+ node-version: 16.8
18
- uses: bahmutov/npm-install@v1
19
- name: Run unit tests
20
run: yarn test --ci
0 commit comments