Skip to content

Bump flatted from 3.2.6 to 3.4.2 #121

Bump flatted from 3.2.6 to 3.4.2

Bump flatted from 3.2.6 to 3.4.2 #121

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