Skip to content

Commit

Permalink
node 11, 12
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Apr 2, 2023
1 parent 075b745 commit 7845c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10]
node: [11, 12]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10]
node: [11, 12]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10]
node: [11, 12]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
runs-on: windows-2019
Expand Down

0 comments on commit 7845c9d

Please sign in to comment.