Skip to content

Commit aeb43b1

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5
2 parents 805f478 + c222824 commit aeb43b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v4
7575

7676
- name: Setup Node.js
77-
uses: actions/setup-node@v5
77+
uses: actions/setup-node@v6
7878
with:
7979
node-version: 22
8080
registry-url: https://registry.npmjs.org/
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v4
112112

113113
- name: Setup Node.js
114-
uses: actions/setup-node@v5
114+
uses: actions/setup-node@v6
115115
with:
116116
node-version: 22
117117
registry-url: https://registry.npmjs.org/

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)