Skip to content

Commit df17b2e

Browse files
chore(deps): update actions/setup-node action to v2 (#43)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8d4b04e commit df17b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/shipjs-manual-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
ref: master
17-
- uses: actions/setup-node@v1
17+
- uses: actions/setup-node@v2
1818
- run: |
1919
if [ -f "yarn.lock" ]; then
2020
yarn install

.github/workflows/shipjs-schedule-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
ref: master
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v2
1515
- run: |
1616
if [ -f "yarn.lock" ]; then
1717
yarn install

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: master
1414

15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
with:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: |

0 commit comments

Comments
 (0)