Skip to content

Commit 65e8790

Browse files
committed
install packages before test
1 parent eec3be4 commit 65e8790

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
15+
- run: npm ci
1516
- run: npm run test

0 commit comments

Comments
 (0)