From 3de7472d1fa1398ea9cc12608e40af9c9bc4c26f Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Wed, 27 Nov 2024 19:17:12 -0700 Subject: [PATCH] Try node container --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 2c7874a8c..50627c6fe 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -65,7 +65,7 @@ jobs: ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node18 ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node18 runs-on: ubuntu-20.04 - container: node/18 + container: node:18 steps: - uses: actions/checkout@v3 - name: Setup node