chore: define node version constraints #2703

Merged
Sainan merged 2 commits from engine-constraints into main 2025-08-27 01:30:38 -07:00
Showing only changes of commit 7e0d1f1b59 - Show all commits

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: ">=20.6.0"
node-version: ">=20.18.1"
- run: npm ci
- run: cp config-vanilla.json config.json
- run: npm run verify