We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f815767 commit 92e3185Copy full SHA for 92e3185
.github/workflows/ci.yml
@@ -7,8 +7,9 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node-version: [16.x, 18.x] # LTS Node: https://nodejs.org/en/about/releases/
11
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ # TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025
+ node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/
12
+ os: [ubuntu-latest]
13
14
steps:
15
- name: Checkout repo
0 commit comments