Skip to content

Commit e6b158f

Browse files
committed
update tests.yml: use npm ci instead of npm i for reproducible builds
1 parent 2adb00e commit e6b158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: npm install
22+
- run: npm clean-install
2323
- run: npm test

0 commit comments

Comments
 (0)