Skip to content

Commit

Permalink
Merge pull request #3957 from Shopify/node-22-ci
Browse files Browse the repository at this point in the history
Update CI matrix for node 20 & 22
  • Loading branch information
shauns authored May 31, 2024
2 parents af6b02a + 39b2e9b commit f0a2756
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/shopify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
type: choice
options:
- 18.12.0
- 20.2.0
- 20.14.0
- 22.2.0
os:
description: 'Operating system'
required: true
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
node: ['18.12.0', '20.2.0']
node: ['18.12.0', '20.14.0', '22.2.0']
steps:
- uses: actions/checkout@v3
name: Checkout [${{ github.ref_name }}]
Expand Down Expand Up @@ -215,7 +216,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
node: ['18.12.0', '20.2.0']
node: ['18.12.0', '20.14.0', '22.2.0']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f0a2756

Please sign in to comment.