Merge pull request #611 from Mastermindzh/renovate/node-19.x

chore(deps): update node.js to v19.9.0
This commit is contained in:
Rick van Lieshout 2025-07-07 14:28:41 +02:00 committed by GitHub
commit 1f9b3a297a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

2
.nvmrc
View File

@ -1 +1 @@
19.8.1 19.9.0