Skip to content

Commit bdb8bd4

Browse files
committed
fix(ci): npm ci to install
1 parent 20058be commit bdb8bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Extracted version: $VERSION from tag: $TAG_NAME"
3636
3737
- name: Install dependencies
38-
run: npm ci
38+
run: npm install
3939

4040
- name: Read workspaces
4141
id: workspaces

0 commit comments

Comments
 (0)