Skip to content

chore(deps): bump github/codeql-action from 3.29.4 to 4.31.2 #356

chore(deps): bump github/codeql-action from 3.29.4 to 4.31.2

chore(deps): bump github/codeql-action from 3.29.4 to 4.31.2 #356

Workflow file for this run

name: CI (Grunt)
on:
push:
workflow_dispatch:
concurrency:
group: ci-grunt-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Run Grunt tasks
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out source code
uses: actions/[email protected]
- name: Set up Node.js environment
uses: actions/[email protected]
with:
node-version: lts/*
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run postinstall scripts
run: npm rebuild && npm run prepare --if-present
- name: Run build tasks
run: npm run build