We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d3eff commit ecf50a7Copy full SHA for ecf50a7
2 files changed
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: "buildjet-2vcpu-ubuntu-2204"
30
strategy:
31
matrix:
32
- node-version: [18, 20, 21]
+ node-version: [18, 20, 22]
33
needs: "paths-filter"
34
if: |
35
needs.paths-filter.outputs.codechange == 'true'
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
README.md
@@ -142,6 +142,6 @@ console.log(results[0]); // first ReadRelationship result
142
143
## Requirements
144
145
-Supported Node.js versions: 18, 20, 21
+Supported Node.js versions: 18, 20, 22
146
147
Minimum TypeScript version 3.8
0 commit comments