Skip to content

[Dev Deps] update @babel/cli, @babel/core, @babel/register, `au… #130

[Dev Deps] update @babel/cli, @babel/core, @babel/register, `au…

[Dev Deps] update @babel/cli, @babel/core, @babel/register, `au… #130

Workflow file for this run

name: 'Tests: pretest/posttest'
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run lint
flow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run flow
posttest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run posttest