Skip to content

Commit aa96024

Browse files
meta: bump next.js
1 parent cad9e00 commit aa96024

File tree

3 files changed

+169
-739
lines changed

3 files changed

+169
-739
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [ubuntu-latest]
45+
os: [ubuntu-latest, windows-latest]
4646

4747
steps:
4848
- name: Harden Runner

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
66
"dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbopack",
77
"serve": "npm run dev",
8-
"build": "cross-env NODE_NO_WARNINGS=1 next build",
8+
"build": "cross-env NODE_NO_WARNINGS=1 next build --turbopack",
99
"start": "cross-env NODE_NO_WARNINGS=1 next start",
1010
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true npm run build",
1111
"check-types": "tsc --noEmit",
@@ -43,7 +43,7 @@
4343
"github-slugger": "~2.0.0",
4444
"glob": "~11.0.1",
4545
"gray-matter": "~4.0.3",
46-
"next": "15.2.4",
46+
"next": "15.3.0",
4747
"next-intl": "~4.0.2",
4848
"next-themes": "~0.4.6",
4949
"postcss": "~8.5.3",

0 commit comments

Comments
 (0)