mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-02-22 06:51:17 +01:00
Updates GitHub Actions to v4 to address Node.js 16 deprecation
This commit is contained in:
parent
ee7649a8b4
commit
ebeb8cf3fb
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user