Skip to content

Commit

Permalink
Run tests on modern node js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed Jan 9, 2025
1 parent 506faae commit 11a147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8, 12, 14]
node-version: ['20.x', '22.x', '23.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"wikibase-data-values": "^0.10.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^5.16.0",
"eslint-config-wikimedia": "0.4.0",
"eslint-plugin-mediawiki": "^0.2.1",
"karma": "^1.7.0",
Expand Down

0 comments on commit 11a147d

Please sign in to comment.