Skip to content

Commit 62eaa5f

Browse files
committed
chore: use npm/apm install in CI
1 parent 0e2d9ba commit 62eaa5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: "14.x"
4646
- name: Install NPM dependencies
4747
run: |
48-
npm ci # uses locked module. use `npm install` for non-locked
48+
npm install
4949
- name: Lint ✨
5050
run: npm run lint
5151

@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
node-version: "12.x"
6363
- name: NPM install
64-
run: npm ci
64+
run: npm install
6565
- name: Build and Commit
6666
run: npm run build-commit
6767
- name: Release 🎉

0 commit comments

Comments
 (0)