mirror of
https://github.com/actions/http-client.git
synced 2025-04-21 17:52:29 +00:00
Use v2 for actions/setup-node
This commit is contained in:
parent
5ea1c52929
commit
1a0bc06d30
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user