Skip to content

Commit

Permalink
fix: npm install until workspaces are introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jan 6, 2022
1 parent 063f71d commit 007ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-test.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm install
- run: npm run lint

test:
Expand Down

0 comments on commit 007ed73

Please sign in to comment.