Skip to content

Update dependency grunt-cli to v1.5.0 #41

Update dependency grunt-cli to v1.5.0

Update dependency grunt-cli to v1.5.0 #41

Workflow file for this run

name: grunt
on:
push:
pull_request:
jobs:
grunt:
strategy:
matrix:
os: [ubuntu-20.04]
java: [17]
node: [16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt