diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 51d4fee..5985cbe 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,8 +13,7 @@ jobs: strategy: matrix: - node-version: [15.x, 16.x] - + node-version: [18.x, latest] steps: - uses: actions/checkout@v3