Skip to content

Commit

Permalink
chore: update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 2570682 commit b58bad9
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "bin/HackerRackQueue.js",
"private": true,
"engines": {
"node": "18.x"
"node": "20.x"
},
"scripts": {
"compile": "tsc",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.34",
"@types/node": "20.17.0",
"aws-cdk": "2.148.1",
"jest": "29.7.0",
"ts-jest": "29.1.5",
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
20.18.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
RUN apk --no-cache add curl
RUN npm i -g pnpm@8.6.3
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": "18.x"
"node": "20.x"
},
"scripts": {
"start": "pnpm build && node --enable-source-maps dist/index.js",
Expand All @@ -31,7 +31,7 @@
"@types/chance": "1.1.6",
"@types/google-spreadsheet": "3.3.2",
"@types/jest": "29.5.12",
"@types/node": "18.19.34",
"@types/node": "20.17.0",
"@types/node-cron": "3.0.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
Loading

0 comments on commit b58bad9

Please sign in to comment.