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: steps:
- name: install - name: install
image: node:19.4.0 image: node:19.9.0
commands: commands:
- npm install - npm install
- name: test - name: test
image: node:19.4.0 image: node:19.9.0
commands: commands:
- npm run test:coverage - npm run test:coverage
- name: build - name: build
image: node:19.4.0 image: node:19.9.0
commands: commands:
- npm run build - npm run build