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

Commit a23d0f8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9393

9494
- name: Setup Node.js
95-
uses: actions/setup-node@v4
95+
uses: actions/setup-node@v6
9696
with:
9797
node-version: ${{ env.NODE_VERSION }}
9898

0 commit comments

Comments
 (0)