Skip to content

Commit

Permalink
remove v19 from prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Dec 29, 2022
1 parent c978288 commit c88b4e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019]
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
image: node:${{ matrix.node }}-alpine
strategy:
matrix:
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019]
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 19]
node: [14, 16, 18]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down

0 comments on commit c88b4e6

Please sign in to comment.