Skip to content

Patch - Base (SCSS): Reposition Bootstrap's responsive utilities (#10… #20

Patch - Base (SCSS): Reposition Bootstrap's responsive utilities (#10…

Patch - Base (SCSS): Reposition Bootstrap's responsive utilities (#10… #20

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install puppeteer libraries
run: |
sudo apt-get update
sudo apt-get install -y libgbm1
- name: Install Grunt
run: npm i -g grunt-cli --force
- name: Install npm dependencies
run: npm ci
- run: npm test
- run: grunt deploy-build