0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 03:50: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:
- name: Checkout Server Project
uses: actions/checkout@v4.1.1
uses: actions/checkout@v3
with:
repository: 'refringe/Server'
ref: '3.8.0-BE'
@ -24,7 +24,7 @@ jobs:
run: git lfs pull
- name: Setup Node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version: '20.10.0'