Skip to content

Commit bfe2a2f

Browse files
chore: replace npm ci with npm install in GitHub Actions workflow
1 parent 3ff3a9b commit bfe2a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
node-version: ${{ matrix.node-version }}
4949
cache: 'npm'
5050
cache-dependency-path: 'src/frontend/package-lock.json'
51-
- run: npm ci
51+
- run: npm install
5252
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
5353
- run: npm run test --if-present

0 commit comments

Comments
 (0)