update node version

This commit is contained in:
Fine
2025-02-20 11:55:11 +08:00
parent 7008c14a2a
commit 1a82560fb6
2 changed files with 11 additions and 11 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 }}