Skip to content

Commit 187b72a

Browse files
committed
ci: Simplify commands
1 parent 1967147 commit 187b72a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
with:
1717
node-version: 23
1818

19-
- run: npm install -g npm@11
20-
21-
- run: npm ci
19+
- run: npm install
2220

2321
- run: npm run build
2422

0 commit comments

Comments
 (0)