We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb09cf7 commit a96c383Copy full SHA for a96c383
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
# TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025
11
- node-version: [14.x, 16.x] # LTS Node: https://nodejs.org/en/about/releases/
12
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/
+ os: [ubuntu-latest]
13
14
steps:
15
- name: Checkout repo
0 commit comments