From 3f8a311969fa0b4ccb47b1d9a6f9b8418daf6b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=BCrg?= Date: Fri, 27 Oct 2023 15:35:02 +0200 Subject: [PATCH] chore: Add node 21 prebuilds - https://github.com/Automattic/node-canvas/issues/2295 --- .github/workflows/prebuild.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prebuild.yaml b/.github/workflows/prebuild.yaml index 784069e06..4db630b03 100644 --- a/.github/workflows/prebuild.yaml +++ b/.github/workflows/prebuild.yaml @@ -24,7 +24,7 @@ jobs: Linux: strategy: matrix: - node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21] canvas_tag: [] # e.g. "v2.6.1" name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Linux runs-on: ubuntu-latest @@ -97,7 +97,7 @@ jobs: macOS: strategy: matrix: - node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21] canvas_tag: [] # e.g. "v2.6.1" name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS runs-on: macos-latest @@ -163,7 +163,7 @@ jobs: Win: strategy: matrix: - node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21] canvas_tag: [] # e.g. "v2.6.1" name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows runs-on: windows-latest