Skip to content

Commit

Permalink
Merge pull request #502 from michielgerritsen/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-4

fix(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
michielgerritsen authored Oct 24, 2023
2 parents 0742d7c + 64ad895 commit f917c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node env 🏗
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down

1 comment on commit f917c0b

@vercel
Copy link

@vercel vercel bot commented on f917c0b Oct 24, 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.