Skip to content

Commit a9b6d30

Browse files
Ensure latest act-tools is installed, not the one that may be pinned in package-lock.json
1 parent f284785 commit a9b6d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wai-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
${{ runner.os }}-node-
2323
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
2424
- name: Install dependencies (including act-tools dev dependencies)
25-
run: npm ci --include=dev
25+
run: npm i --include=dev
2626
- name: Configure git
2727
run: |
2828
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"

0 commit comments

Comments
 (0)