mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 22:10:46 -05:00
Update build.yaml: Git LFS fetch, Node setup, and dependency installation
This commit is contained in:
parent
b16478010b
commit
94fe7cc2be
@ -21,14 +21,14 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout Git LFS Objects
|
- name: Checkout Git LFS Objects
|
||||||
run: git lfs checkout
|
run: git lfs fetch
|
||||||
|
|
||||||
- name: Setup Node & NPM
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
node-version: '20.10.0'
|
node-version: '20.10.0'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: ./project
|
working-directory: ./project
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user