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 b88ee4d commit 74e40d4Copy full SHA for 74e40d4
.github/workflows/deno-test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: 'Install Node'
13
uses: actions/setup-node@v4
14
with:
15
- node-version: '18.x'
+ node-version: '20.x'
16
cache: 'npm'
17
cache-dependency-path: '**/package-lock.json'
18
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js
20
21
22
23
24
25
- run: npm ci
.github/workflows/run-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
- uses: oven-sh/setup-bun@v2
@@ -131,7 +131,7 @@ jobs:
131
132
133
134
135
136
137
- name: Prefer npm global on windows
@@ -208,7 +208,7 @@ jobs:
208
209
210
211
212
213
214
- name: setup pnpm/yarn
.github/workflows/size-check.yml
@@ -17,7 +17,7 @@ jobs:
.github/workflows/test-e2e.yml
@@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true
env:
- NODE_VERSION: 18.18.0
+ NODE_VERSION: 20.9.0
PNPM_VERSION: 8.9.0
NEXT_REPO: vercel/next.js
NEXT_TEST_MODE: deploy
tests/prepare.mjs
@@ -27,7 +27,7 @@ const e2eOnlyFixtures = new Set([
27
'middleware-node-runtime-specific',
28
'middleware-static-asset-matcher',
29
'middleware-subrequest-vuln',
30
- // There is also a bug on Windows on Node.js 18.20.6, that cause build failures on this fixture
+ // There is a bug on Windows on Node.js 18.20.6, that causes build failures on this fixture
31
// see https://github.com/opennextjs/opennextjs-netlify/actions/runs/13268839161/job/37043172448?pr=2749#step:12:78
32
'middleware-og',
33
'middleware-single-matcher',
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments