Skip to content

fix: node 20 目录解析 #14

fix: node 20 目录解析

fix: node 20 目录解析 #14

Workflow file for this run

name: Unit Test
on:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
runs-on: ubuntu-latest
steps:
- uses: ieavid/template@v1
with:
nodev: ${{matrix.node-version}}
pnpmv: 8
run_install: true
- name: build
run: pnpm ci:build
- name: Unit test
run: pnpm ci:test