chore(deps): update node.js to v20.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
0957580308
commit
2e8d610ab0
@ -17,12 +17,12 @@ steps:
|
|||||||
- name: reuse
|
- name: reuse
|
||||||
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
|
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
|
image: node:20.18.0-alpine@sha256:1cd36a87a12dbfd476454d88026a973f7f48467ea925c0f4e501b3d039bc1d4b
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run lint -- --no-fix
|
- npm run lint -- --no-fix
|
||||||
- name: audit
|
- name: audit
|
||||||
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
|
image: node:20.18.0-alpine@sha256:1cd36a87a12dbfd476454d88026a973f7f48467ea925c0f4e501b3d039bc1d4b
|
||||||
commands:
|
commands:
|
||||||
- npm install -g better-npm-audit
|
- npm install -g better-npm-audit
|
||||||
- better-npm-audit audit --production --level=moderate
|
- better-npm-audit audit --production --level=moderate
|
||||||
@ -104,7 +104,7 @@ steps:
|
|||||||
- name: reuse
|
- name: reuse
|
||||||
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
|
image: fsfe/reuse:4.0.3-debian@sha256:20e70745bf4aa1d37f4ac054f4df045e4f7df7f4ec95d7abd2e263aa1323f399
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
|
image: node:20.18.0-alpine@sha256:1cd36a87a12dbfd476454d88026a973f7f48467ea925c0f4e501b3d039bc1d4b
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run lint -- --no-fix
|
- npm run lint -- --no-fix
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
FROM node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 as builder
|
FROM node:20.18.0-alpine@sha256:1cd36a87a12dbfd476454d88026a973f7f48467ea925c0f4e501b3d039bc1d4b as builder
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user