Skip to content

Bump @shopify/polaris from 12.27.0 to 13.9.0 #32

Bump @shopify/polaris from 12.27.0 to 13.9.0

Bump @shopify/polaris from 12.27.0 to 13.9.0 #32

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
CI:
name: CI_Node_${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install