Skip to content

Commit

Permalink
ci: add [email protected] to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Oct 4, 2023
1 parent c1f0136 commit 9b1ca1f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
if: "!contains(toJson(github.event.commits), '[skip ci]')"
strategy:
matrix:
node-version: [16.x, 18.x]
ts-version: [5.0.x, 5.1.x]
node-version: [16.x, 18.x, 20.x]
ts-version: [5.0.x, 5.1.x, 5.2.x]
react-version: [18.x]
runs-on: ubuntu-latest
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
if: "!contains(toJson(github.event.commits), '[skip ci]')"
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
react-version: [18.x]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"sleep-promise": "^9.1.0",
"ts-expect": "^1.3.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b1ca1f

Please sign in to comment.