Skip to content

Commit e49a45f

Browse files
authored
Merge pull request #471 from sir-gon/develop
[WORKAROUND] [BUG] Fix the bug caused by fast api changes in v22.5.0 …
2 parents 7c2c5d0 + c5bd3d0 commit e49a45f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [22.4.1]
17+
node-version: [22.5.1]
1818
# See supported Node.js release schedule
1919
# at https://nodejs.org/en/about/releases/
2020

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
"ubuntu-latest",
2121
"macOS-latest"
2222
]
23-
node-version: [18.x, 20.x, 22.4.1]
23+
node-version: [18.x, 20.x, 22.5.1]
2424
# See supported Node.js release schedule
2525
# at https://nodejs.org/en/about/releases/
2626

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
FROM node:22.4.1-alpine3.20 AS base
2+
FROM node:22.5.1-alpine3.20 AS base
33

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

0 commit comments

Comments
 (0)