Skip to content

Commit 904b363

Browse files
authored
Merge pull request #104 from pkgjs/renovate/actions-setup-node-2.x
chore(deps): update actions/setup-node action to v2
2 parents bc3bd54 + 5b7094f commit 904b363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wiby.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ref: ${{ steps.pr.outputs.branch }}
6969

7070
- name: Prepare Node.js
71-
uses: actions/setup-node@v1
71+
uses: actions/setup-node@v2
7272
with:
7373
node-version: ${{ env.WIBY_NODE_VERSION }}
7474

@@ -149,7 +149,7 @@ jobs:
149149
ref: ${{ steps.pr.outputs.branch }}
150150

151151
- name: Prepare Node.js
152-
uses: actions/setup-node@v1
152+
uses: actions/setup-node@v2
153153
with:
154154
node-version: ${{ env.WIBY_NODE_VERSION }}
155155

0 commit comments

Comments
 (0)