Skip to content

Bump typia from 6.11.0 to 6.11.1 in /test in the samchon group #2704

Bump typia from 6.11.0 to 6.11.1 in /test in the samchon group

Bump typia from 6.11.0 to 6.11.1 in /test in the samchon group #2704

Workflow file for this run

name: build
on:
push:
paths:
- 'packages/{core,fetcher,sdk}/src/**'
- 'packages/{core,fetcher,sdk}/package.json'
- 'test/**'
- 'test/package.json'
pull_request:
paths:
- 'packages/*/src/**'
- 'packages/*/package.json'
- 'test/**'
- 'test/package.json'
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: test
working-directory: ./test
run: npm start