Skip to content

Commit 681a4b3

Browse files
committed
fix
1 parent 5546f84 commit 681a4b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
with:
2020
node-version: ${{ env.NODE_VERSION }}
2121
cache: npm
22-
- name: Install dependencies
22+
- name: Install prod dependencies
2323
run: npm ci --ignore-scripts
24+
- name: Remove dev dependencies
25+
run: ./ci/uninstallDevDeps.sh @actions/core
2426
- name: CI Node Engine Check
2527
run: npm run ci:checkNodeEngine
2628
check-lint:

0 commit comments

Comments
 (0)