Skip to content

Commit d4bf756

Browse files
committed
merge(#86): renovate/actions-setup-node-2.x
commits ======= - chore(deps): update actions/setup-node action to v2
2 parents ee53d4d + 076a7c8 commit d4bf756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 0
1111
- name: Setup Nodejs
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v2
1313
with:
1414
node-version: 12
1515
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: 12
1919
- name: Install dependencies

0 commit comments

Comments
 (0)