Skip to content

Commit 34a6eca

Browse files
Update Node.js setup action and version
1 parent f2eccfc commit 34a6eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuxtjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
exit 1
4848
fi
4949
- name: Setup Node
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v6.3.0
5151
with:
52-
node-version: "20"
52+
node-version: "24"
5353
cache: ${{ steps.detect-package-manager.outputs.manager }}
5454
- name: Setup Pages
5555
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)