We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba56c91 commit c91ca25Copy full SHA for c91ca25
.github/workflows/lint.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/setup-node@v4
11
with:
12
node-version: 20
13
- - run: npm install
+ - run: npm run install
14
- run: npm run lint
15
- run: npm run lint-frontend
0 commit comments