Skip to content

Bump picomatch from 4.0.3 to 4.0.4 #123

Bump picomatch from 4.0.3 to 4.0.4

Bump picomatch from 4.0.3 to 4.0.4 #123

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
# Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false
- uses: actions/checkout@v6
# todo remove once fixed https://github.com/actions/setup-node/issues/531
- uses: actions/setup-node@v6
with:
node-version: 22
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'yarn'
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn workspace instauto build
- run: yarn workspace instauto check
- run: yarn workspace simpleinstabot build