Skip to content

Commit 8d6e263

Browse files
committed
Switch to npm ci for build
1 parent 264b6c5 commit 8d6e263

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
apiToken: ${{ secrets.CF_API_DEPLOY_TOKEN }}
3232
accountId: ${{ secrets.CF_ACCOUNT_ID }}
33-
preCommands: npm install
33+
preCommands: npm ci
3434
command: publish

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudfinger",
3-
"version": "1.0.221201.5",
3+
"version": "1.0.221201.6",
44
"description": "webfinger cloudflare worker",
55
"scripts": {
66
"format": "prettier --write .",

0 commit comments

Comments
 (0)