Skip to content

Commit

Permalink
Merge pull request #195 from authzed/run-tests-node-22
Browse files Browse the repository at this point in the history
Run tests against Node 22
  • Loading branch information
tstirrat15 authored Feb 6, 2025
2 parents a2d3eff + ecf50a7 commit 84fc70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: "buildjet-2vcpu-ubuntu-2204"
strategy:
matrix:
node-version: [18, 20, 21]
node-version: [18, 20, 22]
needs: "paths-filter"
if: |
needs.paths-filter.outputs.codechange == 'true'
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: "buildjet-2vcpu-ubuntu-2204"
strategy:
matrix:
node-version: [18, 20, 21]
node-version: [18, 20, 22]
needs: "paths-filter"
if: |
needs.paths-filter.outputs.codechange == 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ console.log(results[0]); // first ReadRelationship result

## Requirements

Supported Node.js versions: 18, 20, 21
Supported Node.js versions: 18, 20, 22

Minimum TypeScript version 3.8

0 comments on commit 84fc70b

Please sign in to comment.