diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e34086..fb6c971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v4 with: