Skip to content

Commit 0625411

Browse files
authored
Merge pull request #17 from vercel-labs/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 4 to 6
2 parents e7308da + c2a69e7 commit 0625411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: lts/*
2222
- name: Contributors
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 2
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Setup Node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version: lts/*
4949
- name: Setup PNPM

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Setup Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: lts/*
2424
- name: Setup PNPM

0 commit comments

Comments
 (0)