Skip to content

Commit

Permalink
chore(ci): use node 20 in CI (#7967)
Browse files Browse the repository at this point in the history
The root package.json and .node-version files are set to node 20,
so we should running our CI on the same version

Testing here: #7968

Closes TURBO-2805
  • Loading branch information
mehulkar committed Apr 15, 2024
1 parent 984a635 commit b67d612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-turborepo-environment/action.yml
Expand Up @@ -16,6 +16,7 @@ runs:
uses: ./.github/actions/setup-node
with:
extra-flags: --no-optional
node-version: "20"

- name: "Setup Rust"
uses: ./.github/actions/setup-rust
Expand Down

0 comments on commit b67d612

Please sign in to comment.