Skip to content

Commit 06bc66b

Browse files
authored
Merge pull request #37 from leafOfTree/leafOfTree-patch-1-workflow-1
Leaf of tree patch 1 workflow 1
2 parents 64b4362 + ef5165c commit 06bc66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: rm package-lock.json
30+
- run: npm i
3031
- run: npm run build --if-present
3132
- run: npm test

0 commit comments

Comments
 (0)