Also update ci's node version to 22

This commit is contained in:
Louis Lam 2024-10-14 00:53:24 +08:00
parent e12525fa42
commit 5baf48db63

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
node: [18.17.1] # Can be changed
node: [22] # Can be changed
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code