This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: postinstall for dependabot template-oss PR
- Loading branch information
1 parent
22f696b
commit 660c45a
Showing
6 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -15,8 +15,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
|
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 |
---|---|---|
|
@@ -22,8 +22,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
|
@@ -59,8 +59,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
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 |
---|---|---|
|
@@ -34,8 +34,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -16,8 +16,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
|
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 |
---|---|---|
|
@@ -20,8 +20,8 @@ jobs: | |
fetch-depth: 0 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "[email protected]" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm team" | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
|
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