We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d1371 + 9b29429 commit 42ce223Copy full SHA for 42ce223
.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
# BUILD DEPENDENCIES SETUP
73
#
74
- name: Setup Yarn
75
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
76
with:
77
node-version: "24"
78
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Setup all the yarn things and node modules
30
31
32
33
34
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
tools: composer:${{ matrix.composer }}
63
64
65
66
67
68
0 commit comments