diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c7621..da52126 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: node_version: - 18 - 20 + - 22 steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node_version }}