Skip to content

Commit 7ae9e70

Browse files
authored
Merge pull request #27 from bcomnes/dependabot/github_actions/actions/setup-node-v2.1.3
Upgrade: Bump actions/setup-node from v2.1.2 to v2.1.3
2 parents b27e229 + 30c7288 commit 7ae9e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# fetch full history so things like auto-changelog work properly
2020
fetch-depth: 0
2121
- name: Use Node.js ${{ env.node_version }}
22-
uses: actions/[email protected].2
22+
uses: actions/[email protected].3
2323
with:
2424
node-version: ${{ env.node_version }}
2525
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git config --global core.eol lf
2020
- uses: actions/[email protected]
2121
- name: Use Node.js ${{ matrix.node }}
22-
uses: actions/[email protected].2
22+
uses: actions/[email protected].3
2323
with:
2424
node-version: ${{ matrix.node }}
2525
- run: npm i

0 commit comments

Comments
 (0)