Skip to content

Commit f809dfa

Browse files
authored
Merge pull request #37 from Kikobeats/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents 1eb6258 + d0d53c2 commit f809dfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: lts/*
2222
- name: Contributors
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Setup Node.js
44-
uses: actions/setup-node@v5
44+
uses: actions/setup-node@v6
4545
with:
4646
node-version: lts/*
4747
- name: Setup PNPM

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Setup Node.js
23-
uses: actions/setup-node@v5
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Setup PNPM

0 commit comments

Comments
 (0)