Skip to content

Commit ba1a1ce

Browse files
authored
Update main.yml
1 parent aadb082 commit ba1a1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
yarn --prod=false
2828
- name: Lint
2929
run: |
30-
yarn dlx @eslint/migrate-config .eslintrc.json
30+
npx @eslint/migrate-config .eslintrc.json
3131
yarn run eslint .
3232
- name: Test
3333
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test

0 commit comments

Comments
 (0)