We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445343a commit c0c36abCopy full SHA for c0c36ab
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/setup-node@v2
27
with:
28
node-version: ${{ matrix.node-version }}
29
- check-latest: '*'
+ check-latest: true
30
- run: npm ci
31
- name: Linting
32
run: npm run format:ci
0 commit comments