Skip to content

Commit

Permalink
chore(cubestore): Direct kafka download support -- remove node 12 fro…
Browse files Browse the repository at this point in the history
…m publishing
  • Loading branch information
paveltiunov committed Dec 28, 2022
1 parent 03ead10 commit 66a6257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }}
strategy:
matrix:
node-version: [12, 14, 16, 17]
node-version: [14, 16, 17]
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
include:
- target: aarch64-unknown-linux-gnu
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
name: Build ${{ matrix.os-version }} ${{ matrix.node-version }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 17.x]
os-version: [windows-2019, macos-11]
fail-fast: false

Expand Down

0 comments on commit 66a6257

Please sign in to comment.