Skip to content

Commit

Permalink
test.yml - update node versions, upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Feb 13, 2025
1 parent b7b0305 commit 295eaee
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
"cover": "nyc --reporter=text --reporter=html npm run test"
},
"dependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"ansi-colors": "^4.1.3",
"eslint": "8.57.1",
"expand-value": "^1.0.0",
"export-files": "^3.0.2",
"fill-range": "^7.1.1",
Expand All @@ -38,17 +35,20 @@
"yaml": "^2.7.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.5",
"@babel/eslint-parser": "^7.26.8",
"@babel/eslint-plugin": "^7.25.9",
"@folder/readdir": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.2",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "8.57.1",
"gulp-format-md": "^2.0.0",
"handlebars": "^4.7.8",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"parser-front-matter": "^1.6.4",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"remarkable": "^2.0.1",
"time-require": "github:jonschlinkert/time-require",
"vinyl": "^3.0.0"
Expand Down
Loading

0 comments on commit 295eaee

Please # to comment.