diff --git a/.github/workflows/pr-branch-build.yaml b/.github/workflows/pr-branch-build.yaml index f3a757b..7aa8e66 100644 --- a/.github/workflows/pr-branch-build.yaml +++ b/.github/workflows/pr-branch-build.yaml @@ -9,7 +9,7 @@ jobs: name: Node.JS ${{ matrix.node-version }} Axios ${{ matrix.axios-version }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3