Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite396f10

Browse files
committed
feat!: drop node 18
1 parente8e73bc commite396f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/unit-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os:[ubuntu-latest, windows-latest]
41-
node-version:[18,20, 22]
41+
node-version:[20, 22, 24]
4242
fail-fast:false
4343

4444
runs-on:${{ matrix.os }}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"webpack":"^5.99.9"
9898
},
9999
"engines": {
100-
"node":">=18.0.0"
100+
"node":">=20.19.0"
101101
},
102102
"resolutions": {
103103
"rolldown":"nightly"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp