Skip to content

Commit 7a9660d

Browse files
authored
Merge pull request #7 from xtoolkit/renovate/actions-setup-node-2.x
Update actions/setup-node action to v2
2 parents 48aa6d0 + 0c59bb9 commit 7a9660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323

0 commit comments

Comments
 (0)