Skip to content

Commit 9064cd1

Browse files
committed
Use npm ci instead of npm install in test workflow
1 parent bf5c6ac commit 9064cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
steps:
1010
- run: node --version
1111
- uses: actions/checkout@v6
12-
- run: npm install
12+
- run: npm ci
1313
- run: npm run ci

0 commit comments

Comments
 (0)