Skip to content

Commit

Permalink
add setup node to finalize-release.yaml (backport #7409) [release/4.1…
Browse files Browse the repository at this point in the history
…0.x] (#7419)

Co-authored-by: Daniel Rodriguez <[email protected]>
  • Loading branch information
mergify[bot] and DanRod1999 authored Nov 22, 2024
1 parent daf5b1d commit c068a73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

* @iTwin/itwinjs-core-admins

.github/workflows @aruniverse @calebmshafer @wgoehrig @ColinKerr
.github/workflows @aruniverse @calebmshafer @wgoehrig @ColinKerr @ben-polinsky
.github/CODEOWNERS @iTwin/itwinjs-core-admins

.gitattributes @iTwin/itwinjs-core-admins
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extract-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Configure git
run: |
git config --local user.email [email protected]
git config --local user.name imodeljs-admin
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "18"

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/finalize-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
run: |
git config --local user.email [email protected]
git config --local user.name imodeljs-admin
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "22"

- name: Run update-changelogs.mjs
run: |
sudo npm install -g @microsoft/rush
Expand Down

0 comments on commit c068a73

Please sign in to comment.