Skip to content

Commit 241d257

Browse files
Fix workflow: use npm install instead of npm ci
1 parent 7eb2e21 commit 241d257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: '18'
16-
- run: npm ci
16+
- run: npm install
1717
- run: npm run release
1818
env:
1919
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)