Skip to content

New PDD GitHub Action location #108

New PDD GitHub Action location

New PDD GitHub Action location #108

Workflow file for this run

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