Skip to content

Commit c64d6fd

Browse files
upgrade all workflows to node 24
1 parent b7f72f9 commit c64d6fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nuxtjs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17+
1518
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1619
permissions:
1720
contents: read
@@ -30,7 +33,7 @@ jobs:
3033
runs-on: ubuntu-latest
3134
steps:
3235
- name: Checkout
33-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3437
- name: Detect package manager
3538
id: detect-package-manager
3639
run: |
@@ -59,7 +62,7 @@ jobs:
5962
with:
6063
version: 10
6164
- name: Setup Node
62-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@v6
6366
with:
6467
node-version: "20"
6568
cache: ${{ steps.detect-package-manager.outputs.runner }}

0 commit comments

Comments
 (0)