mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 17:30:44 -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
|
||||
|
||||
- name: Checkout Git LFS Objects
|
||||
run: git lfs checkout
|
||||
run: git lfs fetch
|
||||
|
||||
- name: Setup Node & NPM
|
||||
uses: actions/setup-node@v4
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
node-version: '20.10.0'
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
working-directory: ./project
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user