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

chore(deps): update node.js to v19.9.0
This commit is contained in:
2025-07-18 11:46:05 +02:00
committed by GitHub

View File

@@ -4,16 +4,16 @@ name: default
steps:
- name: install
image: node:19.4.0
image: node:19.9.0
commands:
- npm install
- name: test
image: node:19.4.0
image: node:19.9.0
commands:
- npm run test:coverage
- name: build
image: node:19.4.0
image: node:19.9.0
commands:
- npm run build