Skip to content

Build(deps): bump @babel/eslint-parser from 7.21.8 to 7.24.5 (#1256) #1188

Build(deps): bump @babel/eslint-parser from 7.21.8 to 7.24.5 (#1256)

Build(deps): bump @babel/eslint-parser from 7.21.8 to 7.24.5 (#1256) #1188

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run production