Skip to content

Commit 502ec5e

Browse files
committed
ci: set check_latest to true
1 parent 3aecf09 commit 502ec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)