We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1eaf21 commit 0520eabCopy full SHA for 0520eab
1 file changed
.github/workflows/nodejs.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- # - run: npm ci
+ - run: npm install -d
28
# - run: npm run build --if-present
29
- run: npm test
30
0 commit comments