Skip to content

chore(deps): bump semver from 6.3.0 to 6.3.1 in /.github/cache-builded-libs #27743

chore(deps): bump semver from 6.3.0 to 6.3.1 in /.github/cache-builded-libs

chore(deps): bump semver from 6.3.0 to 6.3.1 in /.github/cache-builded-libs #27743

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened]
name: Config check
jobs:
configCheck:
name: Dependencies and tsconfig files
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: NPM
run: npm i
- name: Check configurations
run: npm run config:check
env:
FORCE_COLOR: 2 # Support colors from chalk