feat!: bump node engine requirement >=20.5.0 (#1789)

This commit is contained in:
エリス
2025-03-19 10:15:25 +09:00
committed by GitHub
parent ff11f659f0
commit 7ab18487cf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: