We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45501bb commit f2119c6Copy full SHA for f2119c6
1 file changed
.github/workflows/nextjs.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v6
24
- uses: actions/setup-node@v6
25
with:
26
- node-version: "22"
+ node-version: "24"
27
cache: "npm"
28
- run: npm ci
29
- run: npm run lint
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
- run: npm run test:unit
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
- uses: actions/cache@v5
77
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
- run: npx playwright install --with-deps chromium
0 commit comments