Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Merge pull request #10 from Shopify/update-cli-version #21

Merge pull request #10 from Shopify/update-cli-version

Merge pull request #10 from Shopify/update-cli-version #21

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 21
- run: npm install
- run: npm test