From 9a2fc506110db1f724fa202a84a2a0ff0ec31846 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 27 Sep 2025 13:43:41 +1000 Subject: [PATCH] chore: move to node container for self-hosted runner --- .github/workflows/infra-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index e1998f0..f2cb7d7 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -9,6 +9,8 @@ jobs: opentofu: name: Opentofu Build runs-on: self-hosted + container: + image: node:20-bullseye steps: - name: Checkout code @@ -29,9 +31,6 @@ jobs: PG_CONN_STR = ${{ secrets.PG_CONN_STR }} EOF - - name: Setup Node.js - uses: actions/setup-node@v3 - - name: Setup Opentofu uses: opentofu/setup-opentofu@v1