Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1 #970

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1 #970

Workflow file for this run

name: Test successful build of ol-util
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules 💾
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm install
- name: Build artifacts 🏗️
run: npm run build