From 8f4e965cedeb935270418cc5cfefd66b7428e65a Mon Sep 17 00:00:00 2001 From: Refringe Date: Fri, 1 Mar 2024 18:53:08 -0500 Subject: [PATCH] Add Node.js setup and build commands --- .gitea/workflows/build.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0cc3574..4c99d0c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest container: image: refringe/spt-build-environment:1.0.5 - steps: + - name: Server Cache id: server-cache uses: actions/cache@v4 @@ -30,3 +30,12 @@ jobs: run: | cd /workspace/refringe/Build/server git lfs pull && git lfs ls-files + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20.10.0' + +# find build type +# npm install +# npm build:type