Skip to content

Bump @babel/traverse from 7.19.3 to 7.23.2 #47

Bump @babel/traverse from 7.19.3 to 7.23.2

Bump @babel/traverse from 7.19.3 to 7.23.2 #47

Workflow file for this run

# GitHub Actionsによる自動テスト設定。
# pushされたタイミングで自動テストを流す。
name: Test
on:
push:
jobs:
test-and-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- run: npm install
- run: npm test -- --browsers=ChromeHeadless --watch=false
- run: npm run lint