Skip to content

Commit 8356c83

Browse files
🐛 use cached npm
1 parent 929e63e commit 8356c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "Version is new – will publish."
5353
fi
5454
55-
- run: npm ci
55+
- run: npm i
5656
- run: npm run build
5757

5858
# ────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)