Skip to content

Commit ecf50a7

Browse files
committed
Run tests against Node 22
1 parent a2d3eff commit ecf50a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: "buildjet-2vcpu-ubuntu-2204"
3030
strategy:
3131
matrix:
32-
node-version: [18, 20, 21]
32+
node-version: [18, 20, 22]
3333
needs: "paths-filter"
3434
if: |
3535
needs.paths-filter.outputs.codechange == 'true'
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: "buildjet-2vcpu-ubuntu-2204"
5656
strategy:
5757
matrix:
58-
node-version: [18, 20, 21]
58+
node-version: [18, 20, 22]
5959
needs: "paths-filter"
6060
if: |
6161
needs.paths-filter.outputs.codechange == 'true'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ console.log(results[0]); // first ReadRelationship result
142142

143143
## Requirements
144144

145-
Supported Node.js versions: 18, 20, 21
145+
Supported Node.js versions: 18, 20, 22
146146

147147
Minimum TypeScript version 3.8

0 commit comments

Comments
 (0)