-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to node 22, remove extra characters from email
- Loading branch information
1 parent
1d01292
commit 1fc503f
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
fetch-depth: 0 | ||
- name: Set Git Config | ||
run: | | ||
git config --local user.email 38288322+[email protected] | ||
git config --local user.email [email protected] | ||
git config --local user.name imodeljs-admin | ||
- name: Setup node | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
fetch-depth: 0 | ||
- name: Set Git Config | ||
run: | | ||
git config --local user.email 38288322+[email protected] | ||
git config --local user.email [email protected] | ||
git config --local user.name imodeljs-admin | ||
- name: Run invalidate-status-checks.mjs | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
- task: UseNode@1 | ||
displayName: Use Node 20 | ||
inputs: | ||
version: 20.x | ||
version: 22.x | ||
checkLatest: false | ||
- script: | | ||
git config --local user.email [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
steps: | ||
- checkout: self | ||
- bash: | | ||
git config --local user.email 38288322+[email protected] | ||
git config --local user.email [email protected] | ||
git config --local user.name imodeljs-admin | ||
displayName: Setup Git | ||
|
@@ -149,11 +149,11 @@ jobs: | |
- task: UseNode@1 | ||
displayName: Use Node 20.x | ||
inputs: | ||
version: 20.x | ||
version: 22.x | ||
checkLatest: true | ||
|
||
- bash: | | ||
git config --local user.email 38288322+[email protected] | ||
git config --local user.email [email protected] | ||
git config --local user.name imodeljs-admin | ||
displayName: Setup Git | ||
|
@@ -235,7 +235,7 @@ jobs: | |
- bash: | | ||
echo Committing version bump $(getVersion.version)... | ||
git commit -m "$(getVersion.version)" --author="imodeljs-admin <38288322+[email protected]>" | ||
git commit -m "$(getVersion.version)" --author="imodeljs-admin <[email protected]>" | ||
displayName: Commit version bump | ||
- ? ${{ if or(eq(parameters.BumpType, 'minor'), eq(parameters.BumpType, 'patch')) }} | ||
|
@@ -259,11 +259,11 @@ jobs: | |
- task: UseNode@1 | ||
displayName: "Use Node 20.x" | ||
inputs: | ||
version: 20.x | ||
version: 22.x | ||
checkLatest: true | ||
|
||
- bash: | | ||
git config --local user.email 38288322+[email protected] | ||
git config --local user.email [email protected] | ||
git config --local user.name imodeljs-admin | ||
displayName: "Setup Git" | ||
|
@@ -313,7 +313,7 @@ jobs: | |
Write-Host The new version is $newVersion | ||
Write-Host Committing version bump... | ||
git commit -m "$newVersion" --author="imodeljs-admin <38288322+[email protected]>" | ||
git commit -m "$newVersion" --author="imodeljs-admin <[email protected]>" | ||
git status | ||
displayName: Get version and committing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters