Skip to content

chore(deps): bump cookie, engine.io and express #1094

chore(deps): bump cookie, engine.io and express

chore(deps): bump cookie, engine.io and express #1094

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run stylelint
- run: npm run format:check
- run: npm run build kanban
- run: npm run test:ci kanban
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report-for-kanban
path: coverage/kanban