0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Fixes Tests Workflow

Apparently we need node to run node. 🙄
This commit is contained in:
Refringe 2024-04-10 15:32:39 -04:00
parent 9069de76af
commit 94b7d31bc8
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -10,7 +10,7 @@ jobs:
trigger-main-build:
runs-on: ubuntu-latest
container:
image: node:20.11.1-alpine
image: node:20.11.1-bookworm
steps:
- uses: actions/checkout@v3
with: