build: bump up dependencies (#448)

This commit is contained in:
Fine0830
2025-02-20 13:49:58 +08:00
committed by GitHub
parent 2246a9a045
commit 2b6f3ecaa8
23 changed files with 2942 additions and 4444 deletions

View File

@@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}