Merge pull request #84 from Vimux/ci-upgrade-nodejs

CI: upgrade NodeJS (14.x → 20.x)
This commit is contained in:
Vimux 2023-11-03 14:17:11 -04:00 committed by GitHub
commit 3e1cb24503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2785 additions and 1521 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node: node:
- '14.x' - '20.x'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

4290
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -42,15 +42,15 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.16",
"editorconfig-checker": "^4.0.2", "editorconfig-checker": "^5.1.1",
"eslint": "^8.27.0", "eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.29.0",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"postcss-cli": "^10.0.0", "postcss-cli": "^10.1.0",
"stylelint": "^15.10.1", "stylelint": "^15.11.0",
"stylelint-order": "^5.0.0" "stylelint-order": "^6.0.3"
}, },
"scripts": { "scripts": {
"lint:prefixes": "postcss static/css/*.css assets/css/*.css", "lint:prefixes": "postcss static/css/*.css assets/css/*.css",