From 00240d99781af2373379b48f803743b65bec27f6 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 7 Oct 2025 19:17:54 +0100 Subject: [PATCH] infra: fix node container syntax --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2440cc6..4442550 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - container: node-22 + container: node:22 steps: - uses: actions/checkout@v3 - run: npm install