Skip to content

Bump ws, engine.io and socket.io-adapter #55

Bump ws, engine.io and socket.io-adapter

Bump ws, engine.io and socket.io-adapter #55

Workflow file for this run

name: Test Component
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
concurrency:
group: cal-ci-${{ github.ref }}-test
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Global Packages
run: npm i -g @angular/cli
- name: Install Packages
run: npm i
- name: Test
run: npm run test:ci
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Global Packages
run: npm i -g @angular/cli
- name: Install Packages
run: npm i
- name: Build
run: npm run build