Skip to content

Commit

Permalink
Updates GitHub Actions to v4 to address Node.js 16 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Apr 24, 2024
1 parent ee7649a commit ebeb8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- run: npm install eslint @eslint/js
- run: npx eslint -c .eslint.config.mjs user.js

0 comments on commit ebeb8cf

Please sign in to comment.