1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-22 17:59:49 +01:00

Bump actions/setup-node from 2 to 3 (#13080)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-05 10:04:22 +02:00
committed by GitHub
parent 184bdc0c85
commit b6cc3e3ef0
4 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn