Skip to content

Bump ws from 8.13.0 to 8.17.1 #462

Bump ws from 8.13.0 to 8.17.1

Bump ws from 8.13.0 to 8.17.1 #462

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout commit
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
env:
NODE_ENV: development
CI: true
- name: Run linting
run: npm run lint
- name: Build extension
run: npm run build