Skip to content

Commit fe585fa

Browse files
fix: use lockfile-aware install commands (#298)
Co-authored-by: securityeng-bot[bot] <219863240+securityeng-bot[bot]@users.noreply.github.com>
1 parent df29d87 commit fe585fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16-
- run: npm install
16+
- run: npm ci
1717
- run: npm run build
1818
- run: npm run test

0 commit comments

Comments
 (0)