We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a39a2 commit 16ec218Copy full SHA for 16ec218
1 file changed
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v6
31
- name: Set up Node.js ${{ matrix.node-version }}
32
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
33
with:
34
node-version: ${{ matrix.node-version }}
35
- name: Cache Node.js modules and Next.js build
@@ -113,7 +113,7 @@ jobs:
113
114
115
- name: Set up Node.js 24
116
117
118
node-version: 24.x
119
- name: Cache Node.js modules
@@ -242,7 +242,7 @@ jobs:
242
run: docker compose -f docker-compose.prod.yml down -v
243
244
- name: Set up Node.js for cypress + seed script
245
246
247
248
0 commit comments