mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 03:50:46 -05:00
Add Node setup in build.yaml
This commit is contained in:
parent
8f4e965ced
commit
0ec5e38f8e
@ -13,6 +13,11 @@ jobs:
|
|||||||
image: refringe/spt-build-environment:1.0.5
|
image: refringe/spt-build-environment:1.0.5
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Set up Node
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '20.10.0'
|
||||||
|
|
||||||
- name: Server Cache
|
- name: Server Cache
|
||||||
id: server-cache
|
id: server-cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@ -31,11 +36,6 @@ jobs:
|
|||||||
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
|
# find build type
|
||||||
# npm install
|
# npm install
|
||||||
# npm build:type
|
# npm build:type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user