Skip to content

Commit

Permalink
add node22 @ tests. (kysely-org#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored and thecodrr committed Sep 3, 2024
1 parent 82d7471 commit 5791204
Show file tree
Hide file tree
Showing 6 changed files with 1,319 additions and 2,071 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.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: [18.x, 20.x, 22.x]
bun-version: [1.0.23]
deno-version: [1.42.x]

Expand Down Expand Up @@ -63,4 +63,5 @@ jobs:
run: npm run test:esbuild

- name: Run cloudflare workers test
if: matrix.node-version != '18.x'
run: npm run test:cloudflare-workers
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/pg-cursor": "^2.7.2",
"@types/sinon": "^17.0.2",
"@types/tedious": "^4.0.9",
"better-sqlite3": "^9.2.2",
"better-sqlite3": "^9.6.0",
"chai": "^4.4.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
Expand Down
Loading

0 comments on commit 5791204

Please sign in to comment.