Skip to content

Commit 0d8a6f1

Browse files
authored
ci: update actions/setup-node to v2 (#2302)
PR-URL: #2302 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 1bd18f3 commit 0d8a6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
Tests:
77
strategy:
8-
fail-fast: false
8+
fail-fast: false
99
max-parallel: 15
1010
matrix:
1111
node: [10.x, 12.x, 14.x]
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node }}
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- name: Use Python ${{ matrix.python }}

0 commit comments

Comments
 (0)