0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 07:10:46 -05:00

Add Node.js setup and build commands

This commit is contained in:
Refringe 2024-03-01 18:53:08 -05:00
parent 3c92761b34
commit 8f4e965ced
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-environment:1.0.5 image: refringe/spt-build-environment:1.0.5
steps: steps:
- name: Server Cache - name: Server Cache
id: server-cache id: server-cache
uses: actions/cache@v4 uses: actions/cache@v4
@ -30,3 +30,12 @@ jobs:
run: | run: |
cd /workspace/refringe/Build/server cd /workspace/refringe/Build/server
git lfs pull && git lfs ls-files 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