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
No known key found for this signature in database
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: