Skip to content

Commit 5c9a844

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 5df8fb0 commit 5c9a844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-localsetup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Step 5: Install NodeJS and dependencies
7575
- name: Node ${{ matrix.node-version }}
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: ${{ matrix.node-version }}
7979
cache: 'npm'

0 commit comments

Comments
 (0)