-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-node action to v2.1.5
- Loading branch information
1 parent
9e08b4e
commit ca70a23
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.head_ref }} | ||
- name: setup node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: caching node modules | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: setup node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: caching node modules | ||
|
@@ -62,7 +62,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: setup node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
registry-url: https://registry.npmjs.org/ | ||
|
@@ -99,7 +99,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: setup node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
registry-url: https://npm.pkg.github.com | ||
|