Skip to content

Commit 1b4baab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: checkout
1414
uses: actions/checkout@v2
1515
- name: setup Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install

0 commit comments

Comments
 (0)