Skip to content

Bump socket.io-parser from 4.2.2 to 4.2.3 in /angular #22

Bump socket.io-parser from 4.2.2 to 4.2.3 in /angular

Bump socket.io-parser from 4.2.2 to 4.2.3 in /angular #22

Workflow file for this run

name: Test the Angular GUI build
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build-and-commit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./angular
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
# https://github.com/actions/setup-node
node-version: 18
cache: "npm"
cache-dependency-path: angular/package-lock.json
- name: Install dependencies
run: npm install
- name: Test the build
run: npm run build