WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): update dependency ts-jest to ^29.2.5 #184

chore(deps): update dependency ts-jest to ^29.2.5

chore(deps): update dependency ts-jest to ^29.2.5 #184

Workflow file for this run

name: Test
on:
push:
permissions:
contents: read
jobs:
test:
name: npm run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Update npm
run: npm install -g npm@11
- name: Install dependencies
run: npm ci
- name: npm run build
run: npm run build
- name: npm run test
run: npm run test