build: lower the Node engines floor to 22.18

This commit is contained in:
imccyu
2026-07-06 11:46:10 +08:00
parent e477d76199
commit f33e14ff19
20 changed files with 94 additions and 39 deletions

View File

@@ -95,13 +95,13 @@ jobs:
node-compat:
runs-on: ubuntu-latest
name: node 26
name: node ${{ matrix.node }}
env:
DSH_GATE_CONCURRENCY: '2'
strategy:
fail-fast: false
matrix:
node: [26]
node: ['22.18', 24, 26]
steps:
- uses: actions/checkout@v6