Skip to content

Commit c5e4489

Browse files
committed
fix: Remove "deprecated Node.js version" update to actions/setup-node@v4
1 parent a72e1aa commit c5e4489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: vue3-google-login
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: '20'
2424

0 commit comments

Comments
 (0)