Skip to content

Commit

Permalink
chore(ci): use node 20 to run JS smoke tests before release (#7989)
Browse files Browse the repository at this point in the history
Closes TURBO-2822
  • Loading branch information
mehulkar committed Apr 16, 2024
1 parent e07f0ba commit ce918d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/turborepo-release.yml
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: ./.github/actions/setup-turborepo-environment
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
node-version: "20"
- name: Run JS Package Tests
run: turbo run check-types test --filter="./packages/*" --color

Expand Down

0 comments on commit ce918d6

Please sign in to comment.