We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadb082 commit ba1a1ceCopy full SHA for ba1a1ce
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
yarn --prod=false
28
- name: Lint
29
run: |
30
- yarn dlx @eslint/migrate-config .eslintrc.json
+ npx @eslint/migrate-config .eslintrc.json
31
yarn run eslint .
32
- name: Test
33
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
0 commit comments