Skip to content

Commit c0c36ab

Browse files
committed
chore: fix check latest flag
1 parent 445343a commit c0c36ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
check-latest: '*'
29+
check-latest: true
3030
- run: npm ci
3131
- name: Linting
3232
run: npm run format:ci

0 commit comments

Comments
 (0)