Skip to content

chore(deps): bump compressing from 1.9.0 to 1.9.1 #99

chore(deps): bump compressing from 1.9.0 to 1.9.1

chore(deps): bump compressing from 1.9.0 to 1.9.1 #99

Workflow file for this run

name: e2e
on:
pull_request:
branches: [main]
jobs:
e2e:
strategy:
matrix:
include:
- { os: macos-12, shell: bash }
- { os: ubuntu-22.04, shell: bash }
- { os: windows-2022, shell: powershell }
# https://github.com/orgs/community/discussions/27143
fail-fast: false
runs-on: ${{ matrix.os }}
defaults:
run:
shell: ${{ matrix.shell }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: "20.5.0"
cache: "npm"
- run: corepack enable
- run: npm i
- run: npm run ci:fmt
- run: npm run ci:lnt
- run: npm link nw-builder
- run: npm run test:unit
- run: npm run test:e2e