Skip to content

Commit 5cedd64

Browse files
committed
fix(ci): use npm install instead of npm ci for cross-version compat
1 parent 3d3c7fe commit 5cedd64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: "24"
6060
registry-url: "https://registry.npmjs.org"
6161

62-
- run: npm ci
62+
- run: npm install
6363
- run: npm run build
6464
- run: npm test
6565
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)