Skip to content

Commit 7a9b319

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 8fa6bf7 commit 7a9b319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Check out the repo
5555
uses: actions/checkout@v5
56-
- uses: actions/setup-node@v5
56+
- uses: actions/setup-node@v6
5757
with:
5858
node-version: 22
5959
cache: "npm"

0 commit comments

Comments
 (0)