Skip to content

Bump the npm_and_yarn group across 1 directory with 34 updates #28

Bump the npm_and_yarn group across 1 directory with 34 updates

Bump the npm_and_yarn group across 1 directory with 34 updates #28

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14.18.2'
- name: Install packages
run: npm install
- name: The eslint checking
run: npm run lint
- name: Run build
run: npm run build