0
0
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:
Refringe 2024-03-01 12:24:37 -05:00
parent b16478010b
commit 94fe7cc2be
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -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