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 20d215f commit e3f5629Copy full SHA for e3f5629
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 20
+ node-version: 22
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:20-slim
+FROM node:22-slim
2
WORKDIR /usr/src/app
3
COPY package.json package-lock.json ./
4
RUN npm ci --production
0 commit comments