mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
workflows/test.yml: switch to setup-node@v1
. (#29410)
This commit is contained in:
parent
791b1943f2
commit
846b603413
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
||||
- name: Set up Ruby 2.4
|
||||
uses: actions/setup-ruby@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user