Skip to content

Commit 003fbef

Browse files
Update actions/setup-node action to v2 (#221)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4b21f0e commit 003fbef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Use Node
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: '14.x'
2222
- name: Configure Git Credentials

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git checkout master
2323
git reset --hard
2424
- name: Use Node
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v2
2626
with:
2727
node-version: '14.x'
2828
- name: Setup NPM credentials

0 commit comments

Comments
 (0)