Skip to content

Bump actions/setup-node from 4 to 5 in the gha group #235

Bump actions/setup-node from 4 to 5 in the gha group

Bump actions/setup-node from 4 to 5 in the gha group #235

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 17
- run: npm ci
- name: Run eslint
run: npm run lint