Skip to content

Commit fef4d12

Browse files
committed
ci(github): just run npm ci
1 parent 1bdf456 commit fef4d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# id: pages
4141
# uses: actions/configure-pages@v3
4242
- name: Install Node.js dependencies
43-
run: '[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true'
43+
run: npm ci
4444
- name: Build with Eleventy
4545
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
4646
run: npm run build -- --pathprefix="/bugs.jquery.com/"

0 commit comments

Comments
 (0)