Skip to content

Commit 007ed73

Browse files
committed
fix: npm install until workspaces are introduced
1 parent 063f71d commit 007ed73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: lts/*
2323
cache: npm
24-
- run: npm ci
24+
- run: npm install
2525
- run: npm run lint
2626

2727
test:

0 commit comments

Comments
 (0)