fix runner labels
Some checks failed
Deploy Containers / Prepare (push) Failing after 49s

This commit is contained in:
2026-01-09 17:19:01 -05:00
parent 105383320a
commit cc11de52a5
2 changed files with 3 additions and 5 deletions

View File

@@ -9,11 +9,8 @@ jobs:
deploy:
name: Prepare
runs-on: runner
container: node:18
steps:
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: "25.2.1"
- name: Checkout Repo
uses: actions/checkout@v4
with: