Skip to content

Commit 5a37c74

Browse files
committed
ci: use npm install
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
1 parent 76dd2cf commit 5a37c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 18.16.1
4141
registry-url: 'https://registry.npmjs.org'
4242
- name: 'Install Dependencies'
43-
run: npm ci
43+
run: npm install
4444
- name: Build affected
4545
uses: mansagroup/nrwl-nx-action@v3.2.2
4646
with:

0 commit comments

Comments
 (0)