Skip to content

Commit

Permalink
fix: run lint in Docker image to use same Node version as in other CI…
Browse files Browse the repository at this point in the history
… jobs (#3742)
  • Loading branch information
ansgarm authored Oct 21, 2024
1 parent 0642f23 commit c3174e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c3174e6

Please sign in to comment.