Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

npm: bump mongoose from 8.4.1 to 8.4.4 #406

npm: bump mongoose from 8.4.1 to 8.4.4

npm: bump mongoose from 8.4.1 to 8.4.4 #406

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install TSC
run: npm install -g typescript
- name: copy-config
run: cp src/main/json/config.example.json src/main/json/config.json
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
- run: npm ci
- run: tsc --build