Skip to content

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10 #430

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10 #430

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run lint
- run: npm test