Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Jul 31, 2023
1 parent 5094339 commit d8f433c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node environment
uses: actions/setup-node@v3
with:
node-version: '16.16.0'

- name: Derive appropriate SHAs for base and head for `nx affected` commands
id: setSHAs
uses: nrwl/nx-set-shas@v3
Expand Down

0 comments on commit d8f433c

Please sign in to comment.