diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc983b1..c8fe8da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: # TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025 - node-version: [14.x, 16.x] # LTS Node: https://nodejs.org/en/about/releases/ - os: [ubuntu-latest, windows-latest, macOS-latest] + node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/ + os: [ubuntu-latest] steps: - name: Checkout repo