Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 00443a1

Browse files
chore(deps): update actions/setup-node action to v6
| datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4.4.0 | v6.1.0 |
1 parent 894d86a commit 00443a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
1515

1616
- name: Use Node.js
17-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
17+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1818
with:
1919
node-version: "22.19.0"
2020
cache: "npm"

0 commit comments

Comments
 (0)