diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 6732a42..cdce708 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: - node-version: [16.x] - + node-version: [18.x] + steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}