Skip to content

Update dependency glob to v10.4.2 #83

Update dependency glob to v10.4.2

Update dependency glob to v10.4.2 #83

Workflow file for this run

name: grunt
on:
push:
pull_request:
jobs:
grunt:
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-12]
java: [17]
node: [16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt