chore(deps): update node.js to 24da5a5
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2024-09-05 22:35:46 +00:00
parent ee6097bc10
commit 6d9931e682

View File

@ -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@sha256:4bc7ea5c063e6879b1888775595f48269d125b5f4ecaa6dfe6927397360938e8 image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
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@sha256:4bc7ea5c063e6879b1888775595f48269d125b5f4ecaa6dfe6927397360938e8 image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
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
@ -101,7 +101,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@sha256:4bc7ea5c063e6879b1888775595f48269d125b5f4ecaa6dfe6927397360938e8 image: node:20.17.0@sha256:24da5a5fcd6a01a3d8e2bc0f8401f242850e80a5a4395d56e99d60a469853c22
commands: commands:
- npm ci - npm ci
- npm run lint -- --no-fix - npm run lint -- --no-fix