Skip to content

chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#5380) #1087

chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#5380)

chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#5380) #1087

Workflow file for this run

name: windows-tests
on:
push:
branches: ['main']
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
tests:
runs-on: windows-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn test:unit
- run: yarn test:integration
if: always()
- run: yarn test:self
- run: yarn test:type