diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf1dfffe..0032a85f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: AXIOM_URL: ${{ secrets.TESTING_STAGING_API_URL }} AXIOM_ORG_ID: ${{ secrets.TESTING_STAGING_E2E_ORG_ID }} AXIOM_DATASET_SUFFIX: ${{ github.run_id }} - PNPM_VERSION: 8.6.0 + PNPM_VERSION: 8.9.0 jobs: build: @@ -25,7 +25,8 @@ jobs: matrix: node: - 18.x - - 19.x + - 20.x + - 22.x steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 @@ -47,7 +48,8 @@ jobs: matrix: node: - 18.x - - 19.x + - 20.x + - 22.x steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 @@ -70,7 +72,8 @@ jobs: matrix: node: - 18.x - - 19.x + - 20.x + - 22.x max-parallel: 1 fail-fast: false steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abf9b165..cd61c814 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch env: NODEVERSION: 18.x - PNPM_VERSION: 8.6.0 + PNPM_VERSION: 8.9.0 jobs: publish: