We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f72f9 commit c64d6fdCopy full SHA for c64d6fd
.github/workflows/nuxtjs.yml
@@ -12,6 +12,9 @@ on:
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
14
15
+env:
16
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17
+
18
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
19
permissions:
20
contents: read
@@ -30,7 +33,7 @@ jobs:
30
33
runs-on: ubuntu-latest
31
34
steps:
32
35
- name: Checkout
- uses: actions/checkout@v4
36
+ uses: actions/checkout@v5
37
- name: Detect package manager
38
id: detect-package-manager
39
run: |
@@ -59,7 +62,7 @@ jobs:
59
62
with:
60
63
version: 10
61
64
- name: Setup Node
- uses: actions/setup-node@v4
65
+ uses: actions/setup-node@v6
66
67
node-version: "20"
68
cache: ${{ steps.detect-package-manager.outputs.runner }}
0 commit comments