Skip to content

Commit c22ecbf

Browse files
chore(actions): update actions/setup-node action to v6
1 parent 6e7752a commit c22ecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "node_version=${node_version}" >> $GITHUB_OUTPUT
5757
5858
- name: Setup Node
59-
uses: actions/setup-node@v5
59+
uses: actions/setup-node@v6
6060
with:
6161
node-version: ${{ steps.get_node_version.outputs.node_version }}
6262

0 commit comments

Comments
 (0)