Skip to content

Commit 78545f4

Browse files
committed
wip
1 parent ddc4eb2 commit 78545f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }} # Use the version from the matrix
2222

2323
- name: Install dependencies
24-
run: npm ci # Install dependencies from the lockfile
24+
run: npm install # Install dependencies from the lockfile
2525

2626
- name: Build the library
2727
run: npm run build # Assuming you have a build script in package.json
@@ -44,7 +44,7 @@ jobs:
4444
node-version: 18 # Use any version (this is just for publishing)
4545

4646
- name: Install dependencies
47-
run: npm ci # Install dependencies from the lockfile
47+
run: npm install # Install dependencies from the lockfile
4848

4949
- name: Build the library
5050
run: npm run build # Build your library

0 commit comments

Comments
 (0)