Skip to content

chore(deps): bump express from 4.22.1 to 5.2.1 #524

chore(deps): bump express from 4.22.1 to 5.2.1

chore(deps): bump express from 4.22.1 to 5.2.1 #524

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test:
name: NPM Tests
runs-on: ubuntu-latest
container:
image: node:20.16
steps:
- uses: Chia-Network/actions/clean-workspace@main
- name: Checkout Code
uses: actions/checkout@v6
- name: npm install
run: npm install
- name: install global packages
run: npm i -g @babel/cli sequelize-cli cross-env
- name: npm tests
run: npm run test-ci