Skip to content

Commit cd674b1

Browse files
authored
Merge pull request #10 from microlinkhq/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents e18397c + 69e02ea commit cd674b1

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@v5
2020
with:
2121
node-version: lts/*
2222
- name: Contributors
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 2
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Setup Node.js
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: lts/*
4848
- 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@v5
2222
with:
2323
node-version: lts/*
2424
- name: Setup PNPM

0 commit comments

Comments
 (0)