eitri-cli 1.9.0-beta.8 → 1.9.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,4 @@
1
- image: node:18
2
-
1
+ image: node:18-buster
3
2
  pipelines:
4
3
  custom:
5
4
  test-validation:
@@ -54,6 +53,7 @@ pipelines:
54
53
  caches:
55
54
  - node
56
55
  script:
56
+ - ldd --version
57
57
  - apt-get update
58
58
  - apt-get install -y git
59
59
  - apt-get install -y libssl-dev
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.9.0-beta.8",
3
+ "version": "1.9.0-beta.9",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {