1
0
Fork 0

Fix the deployment workflow
All checks were successful
Deploy / build (push) Successful in 52s

This commit is contained in:
Moritz Ruth 2025-02-26 19:24:37 +01:00
parent 467c6ec186
commit 1decdef014
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -4,8 +4,6 @@ on: ["push"]
jobs: jobs:
build: build:
runs-on: "docker" runs-on: "docker"
container:
image: "code.forgejo.org/oci/node:22-alpine3.21"
steps: steps:
- name: "Checkout" - name: "Checkout"
@ -17,7 +15,7 @@ jobs:
version: 10 version: 10
- name: "Setup Node.js" - name: "Setup Node.js"
uses: "https://github.com/actions/setup-node@v4" uses: "https://code.forgejo.org/actions/setup-node@v4"
with: with:
node-version-file: "package.json" node-version-file: "package.json"
cache: "pnpm" cache: "pnpm"