From b4564ebe67879adc10a60c92cb80d928520a8c66 Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 17 Jul 2024 13:23:10 -0400 Subject: [PATCH] remove container setting --- .github/workflows/build.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9718134..1240515 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,9 +8,6 @@ on: jobs: build: runs-on: node-22 - container: - image: node:22-bookworm - strategy: matrix: hugo-version: @@ -66,9 +63,6 @@ jobs: build-latest: runs-on: node-22 - container: - image: node:22-bookworm - steps: - uses: actions/checkout@v3