Skip to content

build: TypeScriptのtargetをES2018に変更 #800

build: TypeScriptのtargetをES2018に変更

build: TypeScriptのtargetをES2018に変更 #800

Workflow file for this run

name: "Tests"
on:
push:
paths:
- ".github/**/*"
- "src/*"
- "src/**/*"
- "*.js"
- "*.json"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun ci