Skip to content

Bump rubocop from 1.78.0 to 1.79.0 in the rubocop group #2290

Bump rubocop from 1.78.0 to 1.79.0 in the rubocop group

Bump rubocop from 1.78.0 to 1.79.0 in the rubocop group #2290

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build