fix .drone.yml and dependent packages vulnerabilities (#2)
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/master Build is failing

Reviewed-on: #2
Co-authored-by: EndMove <superjeremi1302@gmail.com>
Co-committed-by: EndMove <superjeremi1302@gmail.com>
This commit was merged in pull request #2.
This commit is contained in:
2023-06-28 15:53:46 +02:00
parent c1329ee0ea
commit 5b377f41a5
3 changed files with 23 additions and 33 deletions

View File

@@ -51,3 +51,7 @@ Add the following to your `.eslintrc.cjs` file:
```js
module.exports = require('@ioprojects/ui-eslint-base');
```
### Note for developers
When your pull request is merged into the **master** branch, you can promote your build on [drone.endmove.eu](https://drone.endmove.eu) to create a usable version. Use `master` as the target, and add the `VERSION` parameter with one of these values: `major | minor | patch | premajor | preminor | prepatch | prerelease`.