From 2b45d966c42f7391402dc79df85d2514c71eeee3 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Fri, 22 Oct 2021 12:12:47 +0200 Subject: [PATCH] Drop node.js 16 for the time being because of prebuilt canvas --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c07b0e6..4b024355 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: node: - '12' - '14' - - '16' steps: - uses: actions/checkout@v2 - name: Setup node