From 9e618a2586079dc6b1f1fb807f398c64ca28f155 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 28 Sep 2023 18:58:53 -0400 Subject: [PATCH] switch to latest v3 to get node14 reversion(#218) * investigate performance regression in pkg 5.8.1 * investigate performance regression in v3 * switch to latest v3 to get node14 reversion * switch to latest v3 to get node14 reversion part 2 --- .github/workflows/dev-release.yml | 3 +++ .github/workflows/pr-release-tests.yml | 3 +++ .github/workflows/release.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 778b39b72..912db7a3b 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -23,6 +23,8 @@ jobs: - linux - macos - win + pkg-version: + - '5.8.1' steps: - name: Checkout code uses: actions/checkout@v3 @@ -49,6 +51,7 @@ jobs: arch: ${{ matrix.arch }} node-version: ${{ matrix.node-version }} os: ${{ matrix.os }} + pkg: ${{ matrix.pkg-version }} sign-n-deploy: runs-on: ${{ matrix.os }} diff --git a/.github/workflows/pr-release-tests.yml b/.github/workflows/pr-release-tests.yml index c87f3ffb1..c2e7ab5a6 100644 --- a/.github/workflows/pr-release-tests.yml +++ b/.github/workflows/pr-release-tests.yml @@ -20,6 +20,8 @@ jobs: - linux - macos - win + pkg-version: + - '5.8.1' steps: - name: Checkout code uses: actions/checkout@v3 @@ -47,6 +49,7 @@ jobs: arch: ${{ matrix.arch }} node-version: ${{ matrix.node-version }} os: ${{ matrix.os }} + pkg: ${{ matrix.pkg-version }} sign-n-deploy: runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36131cc73..7cd7caf21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: - linux - macos - win + pkg-version: + - '5.8.1' steps: - name: Checkout code uses: actions/checkout@v3 @@ -47,6 +49,7 @@ jobs: arch: ${{ matrix.arch }} node-version: ${{ matrix.node-version }} os: ${{ matrix.os }} + pkg: ${{ matrix.pkg-version }} sign-n-deploy: runs-on: ${{ matrix.os }}