diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5b13314..db08270 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,11 +24,12 @@ jobs: contents: read packages: write steps: + - name: Install Node.js for actions + run: apk add --no-cache nodejs npm + - name: Checkout code uses: actions/checkout@v4 - - name: Install Node.js for actions - run: apk add --no-cache nodejs npm - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3 with: