diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e1cdf1..f543ea9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [20] steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4