Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
383031f3d4
chore(deps): bump the actions-dependencies group across 1 directory with 2 updates
Bumps the actions-dependencies group with 2 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache).


Updates `@actions/core` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@actions/tool-cache` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: "@actions/tool-cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-18 19:11:43 +00:00
Emilien Escalle
9575d402e7 chore: set prover version for @ts-dev-tools/core
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / generate-readme (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-01-18 20:09:01 +01:00
Emilien Escalle
9d708db1d3 chore: set node version according to official javascript action
Some checks are pending
Internal - Main - Continuous Integration / ci (push) Waiting to run
Internal - Main - Continuous Integration / generate-readme (push) Blocked by required conditions
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-01-18 16:40:02 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
20.6.0
20.9.0

2
package-lock.json generated
View File

@ -16,7 +16,7 @@
"docker-compose": "^1.1.0"
},
"devDependencies": {
"@ts-dev-tools/core": "1.6.2",
"@ts-dev-tools/core": "^1.6.2",
"@vercel/ncc": "^0.38.1",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jsonc": "^2.14.1"

View File

@ -79,7 +79,7 @@
"docker-compose": "^1.1.0"
},
"devDependencies": {
"@ts-dev-tools/core": "1.6.2",
"@ts-dev-tools/core": "^1.6.2",
"@vercel/ncc": "^0.38.1",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jsonc": "^2.14.1"