Skip to content

Commit

Permalink
chore/ci-node-22
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jul 25, 2024
1 parent cc53003 commit 89c4b22
Show file tree
Hide file tree
Showing 3 changed files with 1,385 additions and 1,323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

env:
CI: true
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"c8": "10.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"glob": "10.4.5",
"glob": "11.0.0",
"microbundle": "0.15.1",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"source-map-support": "0.5.21",
"tmp": "^0.2.3",
"tsx": "^4.7.0",
"typedoc": "0.26.5",
"typedoc-plugin-markdown": "4.2.1",
"typescript": "5.5.3",
"typescript": "5.5.4",
"typescript-eslint": "^7.6.0"
},
"files": [
Expand Down
Loading

0 comments on commit 89c4b22

Please sign in to comment.