Skip to content

Commit

Permalink
Update node version matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Oct 10, 2024
1 parent f49c86d commit 6571701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["16", "18"]
node: ["18", "20"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"esbuild": "*",
"eslint": "*",
"eslint": "^8.0",
"eslint-plugin-import": "*",
"eslint-plugin-jest": "*",
"eslint-config-prettier": "*",
"eslint-plugin-prettier": "*",
"jest": "*",
Expand Down

0 comments on commit 6571701

Please sign in to comment.