Skip to content

Commit 13be47f

Browse files
authored
Merge pull request #155 from Kilian/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents a6c0967 + 93a547c commit 13be47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Use Node.js
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: '22.x'
2222
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)