From 93e8a719947f68b3630deeba6feb0a536b442000 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Mon, 7 Oct 2024 10:21:28 +0200 Subject: [PATCH] fix: run lint in Docker image to use same Node version as in other CI jobs --- .github/workflows/linting.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index afe51b6b01..b827c7f2e1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,6 +17,8 @@ concurrency: jobs: prettier: runs-on: ubuntu-latest + container: + image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: installing dependencies @@ -28,6 +30,8 @@ jobs: lint: runs-on: ubuntu-latest + container: + image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: installing dependencies