Skip to content

Commit

Permalink
use node 20 for cli becauswe of Automattic/node-canvas#2351
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 30, 2024
1 parent b437508 commit 98f507e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,21 @@ jobs:

test-cli:
name: CLI
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 21
node-version: 20

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 98f507e

Please sign in to comment.