Skip to content

Commit

Permalink
[WORKAROUND] [BUG] Fix the bug caused by fast api changes in v22.5.0 …
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Jul 19, 2024
1 parent 671da96 commit cfe6ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-coverage.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [22.4.1]
node-version: [22.5.1]
# See supported Node.js release schedule
# at https://nodejs.org/en/about/releases/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
"ubuntu-latest",
"macOS-latest"
]
node-version: [18.x, 20.x, 22.4.1]
node-version: [18.x, 20.x, 22.5.1]
# See supported Node.js release schedule
# at https://nodejs.org/en/about/releases/

Expand Down

0 comments on commit cfe6ab6

Please sign in to comment.