Skip to content

Commit 979fbb4

Browse files
ci(deps): update actions/setup-node action to v5
1 parent 6b7d94c commit 979fbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
token: ${{ secrets.DEPLOYMENT_TOKEN }}
5454
- name: Setup Node.js
55-
uses: actions/setup-node@v4
55+
uses: actions/setup-node@v5
5656
with:
5757
node-version: "lts/*"
5858
- name: Release

0 commit comments

Comments
 (0)