mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -05:00
Update build.yaml and add Node.js setup
This commit is contained in:
parent
34c2d98d5f
commit
d4eb3abbb3
@ -10,7 +10,7 @@ jobs:
|
|||||||
build-server:
|
build-server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-environment:1.0.3
|
image: refringe/spt-build-environment:1.0.4
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Server Project
|
- name: Checkout Server Project
|
||||||
@ -20,3 +20,8 @@ jobs:
|
|||||||
path: 'server'
|
path: 'server'
|
||||||
ref: '3.8.0-BE'
|
ref: '3.8.0-BE'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version-file: ./project/package.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user