Skip to content

Update all non-major dependencies #1185

Update all non-major dependencies

Update all non-major dependencies #1185

name: test_buildbook
on:
push:
branches: [ '**', '!master', '!gh-pages' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: 安装依赖
run: |
npm install
- name: 书籍打包
run: |
npm run build