Skip to content

Commit 6eb903a

Browse files
authored
Merge pull request #121 from autumn-library/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 78ead85 + 6369147 commit 6eb903a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v5
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: '23' # Use the Node.js version compatible with VitePress
2626

.github/workflows/deploy.yml

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

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: '23' # Use the Node.js version compatible with VitePress
2222

0 commit comments

Comments
 (0)