Skip to content

Bump @babel/core from 7.22.1 to 7.22.6 #2511

Bump @babel/core from 7.22.1 to 7.22.6

Bump @babel/core from 7.22.1 to 7.22.6 #2511

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [ '12', '13', '14' ]
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test