Skip to content

Update dependency grunt-eslint to v26 #490

Update dependency grunt-eslint to v26

Update dependency grunt-eslint to v26 #490

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: grunt
'on':
push:
pull_request:
jobs:
grunt:
strategy:
matrix:
os: [ubuntu-24.04]
java: [17]
node: [18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt