Compare commits
10 Commits
drone-sig
...
ab41c8825f
Author | SHA1 | Date | |
---|---|---|---|
ab41c8825f | |||
b143fbb8d4 | |||
884f8f95fb | |||
948a7fe131 | |||
6a80a09c34 | |||
9c24f83f67 | |||
24b81b4605 | |||
7fa1088db3 | |||
744a1b2a28
|
|||
f63e02c706 |
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
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:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
|
2820
package-lock.json
generated
2820
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,7 @@
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.12.0",
|
||||
"eslint-plugin-n": "17.13.2",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-vue": "9.30.0"
|
||||
}
|
||||
|
@ -68,6 +68,7 @@
|
||||
Bankverbindung:
|
||||
</label>
|
||||
<table class="table table-striped mt-2">
|
||||
<tbody>
|
||||
<tr class="no-print">
|
||||
<td>Kontoinhaberin:</td>
|
||||
<td>WTF Kooperative eG</td>
|
||||
@ -84,6 +85,7 @@
|
||||
<td>BIC:</td>
|
||||
<td> GENO DE M1 NRD</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<input
|
||||
class="form-check-input"
|
||||
|
Reference in New Issue
Block a user