Skip to content

fix(deps): update dependency @tryghost/zip to v1.1.43 #5577

fix(deps): update dependency @tryghost/zip to v1.1.43

fix(deps): update dependency @tryghost/zip to v1.1.43 #5577

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [ '18.12.1' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn global add lerna
- run: yarn install
- run: yarn test