From ee8ddc4947cc889dcbc6a16d13ebce8299c1e16d Mon Sep 17 00:00:00 2001 From: AM <1995am@pm.me> Date: Sun, 22 Jun 2025 15:27:52 +0200 Subject: [PATCH] actions --- .gitea/workflows/build.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..4b58621 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,22 @@ +name: Build Node + +on: + push: + branches: + - prod + pull_request: + branches: + - prod + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 24 + cache: npm + - run: npm ci + - run: ls