Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #110

build(deps): bump cross-spawn from 7.0.3 to 7.0.6

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #110

Workflow file for this run

name: PR Build & Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Build & Test
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
yarn install --frozen-lockfile
yarn lint
yarn test
yarn build