eitri-cli 1.47.4-beta.1 → 1.47.5-beta.1

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.
@@ -17,7 +17,7 @@ pipelines:
17
17
  - dig +short ns eitri.tech
18
18
  - cd eitri-cli-v2
19
19
  - npm i
20
- - npx playwright install firefox
20
+ - npx playwright@1.55.0 install firefox
21
21
  - npm run build:debug
22
22
  - cd ..
23
23
  - npm i
@@ -34,10 +34,10 @@ pipelines:
34
34
  - dig +short ns eitri.tech
35
35
  - cd eitri-cli-v2
36
36
  - npm i
37
- - npx playwright install firefox
37
+ - npx playwright@1.55.0 install firefox
38
38
  - npm run build:debug
39
39
  - cd ..
40
- - yarn
40
+ - npm i
41
41
  - npm i -g .
42
42
  - export FOUNDRY_CONTEXT_PATH=runes-foundry
43
43
  - npm run test cli.test.js -- --force-exit --runInBand --bail
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.47.4-beta.1",
3
+ "version": "1.47.5-beta.1",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  "husky": "8.0.3",
41
41
  "jest": "29.7.0",
42
42
  "lint-staged": "9.5.0",
43
- "playwright": "^1.55.0",
43
+ "playwright": "1.55.0",
44
44
  "semantic-release": "22.0.8"
45
45
  }
46
46
  }