Skip to content

chore(deps): update actions/checkout digest to 0ad4b8f #149

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #149

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt