Skip to content

Commit

Permalink
chore: pin node version to 18.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 28, 2024
1 parent 4a36547 commit 676c5c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
with:
windows: ${{ matrix.os.runner == 'windows-latest' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "18.20.2"

- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo
Expand Down Expand Up @@ -194,6 +195,7 @@ jobs:
with:
windows: ${{ matrix.os.runner == 'windows-latest' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "18.20.2"

- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo
Expand Down Expand Up @@ -236,6 +238,7 @@ jobs:
uses: ./.github/actions/setup-turborepo-environment
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "18.20.2"

- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo
Expand Down Expand Up @@ -305,6 +308,7 @@ jobs:
uses: ./.github/actions/setup-turborepo-environment
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "18.20.2"

- name: Run cargo check
run: |
Expand Down Expand Up @@ -371,6 +375,7 @@ jobs:
with:
windows: ${{ matrix.os.runner == 'windows-latest' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "18.20.2"

- name: Run tests
timeout-minutes: 120
Expand Down

0 comments on commit 676c5c9

Please sign in to comment.