Skip to content

Commit

Permalink
Bump actions/setup-node from 2.5.1 to 3.0.0 (home-assistant#21794)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2022
1 parent 2093253 commit ecaeab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check out files from GitHub
uses: actions/[email protected]
- name: Setting up Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.0.0
with:
node-version: 16.x
cache: "npm"
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Check out files from GitHub
uses: actions/[email protected]
- name: Setting up Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.0.0
with:
node-version: 16.x
cache: "npm"
Expand Down

0 comments on commit ecaeab1

Please sign in to comment.