-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
944fb42
commit 4e25fbb
Showing
1 changed file
with
6 additions
and
6 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,13 +15,13 @@ jobs: | |
- name: Checkout Code | ||
uses: actions/[email protected] | ||
|
||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
# - name: Setup Node.js | ||
# uses: actions/[email protected] | ||
# with: | ||
# node-version: 16 | ||
|
||
- name: Install Dependencies | ||
run: npm install | ||
# - name: Install Dependencies | ||
# run: npm install | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/[email protected] | ||
|