Skip to content

Commit

Permalink
switch to latest v3 to get node14 reversion(#218)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pirog authored Sep 28, 2023
1 parent abdd320 commit 9e618a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- linux
- macos
- win
pkg-version:
- '5.8.1'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- linux
- macos
- win
pkg-version:
- '5.8.1'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- linux
- macos
- win
pkg-version:
- '5.8.1'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -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 }}
Expand Down

0 comments on commit 9e618a2

Please sign in to comment.