Skip to content

Commit

Permalink
node 18 を落として node 23 を追加してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 9, 2025
1 parent fb92240 commit 0b6543b
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
node: ["18", "20", "22"]
typescript: ["5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"]
node: ["20", "22", "23"]
typescript: ["5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "next"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
node: ["18", "20", "22"]
node: ["20", "22", "23"]
# browser: ["chromium", "firefox", "webkit"]
browser: ["chromium"]
env:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"jsdom": "25.0.1",
"tslib": "2.8.1",
"typedoc": "0.27.6",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite-plugin-dts": "4.4.0",
"vitest": "2.1.8"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
}
Loading

0 comments on commit 0b6543b

Please sign in to comment.