Skip to content

Commit 5008865

Browse files
committed
npm install -> npm ci
1 parent 3c66719 commit 5008865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x]
15+
node-version: [16.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install
2727
- name: Build
2828
run: npm build
2929
- name: Run tests

0 commit comments

Comments
 (0)