0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 03:10:46 -05:00

Update dependencies in build.yaml

This commit is contained in:
Refringe 2024-03-01 12:32:15 -05:00
parent f188909885
commit 32e26ca994
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout Server Project - name: Checkout Server Project
uses: actions/checkout@v4.1.1 uses: actions/checkout@v3
with: with:
repository: 'refringe/Server' repository: 'refringe/Server'
ref: '3.8.0-BE' ref: '3.8.0-BE'
@ -24,7 +24,7 @@ jobs:
run: git lfs pull run: git lfs pull
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4
with: with:
node-version: '20.10.0' node-version: '20.10.0'