mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Bump actions/setup-node from v2.1.0 to v2.1.1 (#14061)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.0 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.0...321b6ccb03083caa2ad22b27dc4b45335212e824) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
295d2916a7
commit
32fb048123
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setting up Node.js ${{ matrix.node-version }}
|
- name: Setting up Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.1.0
|
uses: actions/setup-node@v2.1.1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- name: Setup NPM cache
|
- name: Setup NPM cache
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setting up Node.js ${{ matrix.node-version }}
|
- name: Setting up Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.1.0
|
uses: actions/setup-node@v2.1.1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- name: Setup NPM cache
|
- name: Setup NPM cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user