mirror of https://github.com/twbs/bootstrap.git
workflows/test.yml: switch to `setup-node@v1`. (#29410)
This commit is contained in:
parent
e2a93ec094
commit
0126d9832b
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
fetch-depth: 3
|
||||
|
||||
- name: Set Node.js version
|
||||
uses: actions/setup-node@v1.1.0
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
version: ${{ matrix.node }}
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
- run: node --version
|
||||
- run: npm --version
|
||||
|
|
|
|||
Loading…
Reference in New Issue