Skip to content

Commit

Permalink
chore: allow for node16 on release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jul 5, 2024
1 parent 55a8737 commit d008b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
CARGO_PROFILE_RELEASE_LTO: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_TURBO_CLI: true # TODO: do we need this?
# Needed since we need to build on Xenial which doesn't have a new enough
# GLIBC to use Node 20.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

on:
workflow_dispatch:
Expand Down

0 comments on commit d008b27

Please sign in to comment.