Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3 to 4 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent ff6c0fb commit 04926a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lighthouse-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: Setup Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
hugo-version: ${{ matrix.hugo_version }}
extended: true

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'

Expand Down

1 comment on commit 04926a2

@vercel
Copy link

@vercel vercel bot commented on 04926a2 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.