Skip to content

Updates GitHub Actions to v4 to address Node.js 16 deprecation #125

Updates GitHub Actions to v4 to address Node.js 16 deprecation

Updates GitHub Actions to v4 to address Node.js 16 deprecation #125

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
build:
name: Run ESLint on user.js
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install eslint @eslint/js
- run: npx eslint -c .eslint.config.mjs user.js