Skip to content

chore: upgrade dumi from ^2.3.0-beta.7 to ^2.3.6, solve i18n in demo #4385

chore: upgrade dumi from ^2.3.0-beta.7 to ^2.3.6, solve i18n in demo

chore: upgrade dumi from ^2.3.0-beta.7 to ^2.3.6, solve i18n in demo #4385

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: pnpm run intall, build
run: |
pnpm run init
env:
CI: true