From 4080c12e8a7041589b20e7375e0b07e3f86e7ed2 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 14 Apr 2025 17:16:19 -0400 Subject: [PATCH] install npm --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ad3bbab..dc5a361 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: container: alpine:latest timeout-minutes: 60 steps: - - run: apk add nodejs + - run: apk add nodejs npm - uses: actions/checkout@v4 - name: Build & Deploy Worker uses: cloudflare/wrangler-action@v3