0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 22:30:45 -05:00

Update Node.js version to read from package.json

This commit is contained in:
Refringe 2024-03-01 13:00:35 -05:00
parent 8d92422dae
commit 2ed97cca39
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.10'
node-version-file: ./project/package.json
- name: Install Dependencies
run: npm install