1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Bump actions/setup-node from 4.2.0 to 4.3.0 (#24656)

This commit is contained in:
dependabot[bot]
2025-03-17 08:27:41 +01:00
committed by GitHub
parent 96e6169b8d
commit 5f4cb9e3c1
7 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ jobs:
ref: dev
- name: Setup Node
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@v4.3.0
with:
node-version-file: ".nvmrc"
cache: yarn
@@ -63,7 +63,7 @@ jobs:
ref: master
- name: Setup Node
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@v4.3.0
with:
node-version-file: ".nvmrc"
cache: yarn