Skip to content

Commit 4123fab

Browse files
authored
Merge pull request #34 from templerobotics/fix-warnings
Fix package lock
2 parents 5dec748 + a4e9422 commit 4123fab

File tree

3 files changed

+1809
-3589
lines changed

3 files changed

+1809
-3589
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
25-
- run: npm i
25+
- run: npm ci
2626
- run: npm run build --if-present
2727
- run: npm test

0 commit comments

Comments
 (0)