Skip to content

Update all dependencies #643

Update all dependencies

Update all dependencies #643

Workflow file for this run

name: Build Pull Requests
on: [pull_request]
jobs:
build-node-14:
name: Build with Node 14 LTS
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Checking Condition 🛫
uses: windsekirun/check-title-wip-actions@v1
- name: Setting Environments ⚙️
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Coverage 📈
run: |
npm run test:unit
npm run test-report