Skip to content

Commit 6d2d3cb

Browse files
committed
Fix release -- use npm ci to no update the locks
1 parent 1ad3ba8 commit 6d2d3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: python -m pip install --upgrade pip setuptools wheel twine
1616
- uses: actions/setup-node@v1
1717
- name: Install Node dependencies
18-
run: npm install --only=dev
18+
run: npm ci
1919
- name: Minify JavaScript files
2020
run: npm run-script minify
2121
- name: Build dist packages

0 commit comments

Comments
 (0)