Skip to content

Commit 98674d6

Browse files
committed
downgraded version to 20.12
1 parent 6af498e commit 98674d6

File tree

4 files changed

+1707
-1447
lines changed

4 files changed

+1707
-1447
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.changes.outputs.typescript-backend == 'true'
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: "20.19.2"
38+
node-version: "20.12.2"
3939
cache: "yarn"
4040
cache-dependency-path: |
4141
backend/typescript/yarn.lock

backend/typescript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim
1+
FROM node:20.12.2-slim
22

33
WORKDIR /app
44

backend/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@types/cookie-parser": "^1.4.2",
5252
"@types/cors": "^2.8.10",
53-
"@types/dotenv": "^8.2.0",
53+
"@types/dotenv": "^8.2.3",
5454
"@types/express": "^4.17.11",
5555
"@types/jest": "^26.0.23",
5656
"@types/lodash": "^4.14.168",
@@ -80,6 +80,6 @@
8080
"graphql-upload": "^11.0.0"
8181
},
8282
"engines": {
83-
"node": "20.19.2"
83+
"node": "20.12.2"
8484
}
8585
}

0 commit comments

Comments
 (0)