chore(deps): update node.js to v19.9.0

This commit is contained in:
Renovate Bot 2025-07-07 13:09:34 +02:00
parent 510ffa1509
commit b0458f4de5
2 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ name: default
steps:
- name: install
image: node:19.4.0
image: node:19.9.0
commands:
- npm install
- name: build_with_linux
image: node:19.4.0
image: node:19.9.0
commands:
- apt-get update && apt-get upgrade -y
- apt-get install -y libarchive-tools rpm

2
.nvmrc
View File

@ -1 +1 @@
19.8.1
19.9.0