We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f77eb3 commit 82c6307Copy full SHA for 82c6307
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
13
- uses: actions/setup-node@v6
14
with:
15
- node-version: 22
+ node-version: 24
16
cache: npm
17
- run: npm ci
18
- uses: aws-actions/setup-sam@v2
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
19
20
- run: npm test
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-slim
+FROM node:24-slim
2
WORKDIR /usr/src/app
3
COPY package.json package-lock.json ./
4
RUN npm ci --production
0 commit comments