We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306ee50 commit e5a5ea8Copy full SHA for e5a5ea8
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
20
with:
21
- node-version: 20.11.0
+ node-version: 20.17.0
22
23
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
24
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.15.0-alpine@sha256:df01469346db2bf1cfc1f7261aeab86b2960efa840fe2bd46d83ff339f463665
+FROM node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
2
3
WORKDIR /app
4
COPY package.json package-lock.json ./
0 commit comments