Skip to content

Commit

Permalink
Merge pull request #395 from sir-gon/develop
Browse files Browse the repository at this point in the history
[WORKAROUND] [BUG] Fix the bug caused by fast api changes in v22.5.0 …
  • Loading branch information
sir-gon authored Jul 19, 2024
2 parents 2c57dab + 299efe6 commit e8218c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -15,7 +15,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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
FROM node:22.4.1-alpine3.20 AS base
FROM node:22.5.1-alpine3.20 AS base

RUN apk add --update --no-cache make

Expand Down

0 comments on commit e8218c8

Please sign in to comment.