Skip to content

Commit dc6bde3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checking out Repository
1313
uses: actions/checkout@v2
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
1616
- name: Install Root Dependencies
1717
run: yarn install
1818
- name: Run Linting

0 commit comments

Comments
 (0)