Skip to content

build(deps): bump ws and @architect/sandbox #217

build(deps): bump ws and @architect/sandbox

build(deps): bump ws and @architect/sandbox #217

Workflow file for this run

name: Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: npm ci
- run: npm test