Skip to content

build(deps): bump ws from 7.5.7 to 7.5.10 #105

build(deps): bump ws from 7.5.7 to 7.5.10

build(deps): bump ws from 7.5.7 to 7.5.10 #105

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