Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "22.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": "22.18.0",
"aws-cdk": "2.179.0",
"jest": "29.7.0",
"ts-jest": "29.1.5",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
22.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:22-alpine as base
RUN apk --no-cache add curl
RUN npm i -g [email protected]
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": "22.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": "22.18.0",
"@types/node-cron": "3.0.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
Loading