4 Commits

Author SHA1 Message Date
fe679725cb Update Node.js to v22
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 16:35:41 +00:00
9c24f83f67 Merge pull request 'Update Node.js to v20.18.0' (#124) from renovate/node-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #124
2024-11-07 16:43:30 +01:00
24b81b4605 Update Node.js to v20.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 15:35:32 +00:00
7fa1088db3 Merge pull request 'Fix HTML table' (#130) from tbody into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #130
2024-11-07 16:27:55 +01:00

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
commands:
- npm install
- npm run lint
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands: