@toptal/davinci-ci 4.1.6-alpha-FX-4373-update-to-node-18-d209d7bd.3 → 4.1.6-alpha-fx-4385-add-option-workeridlememorylimit-to-davinci-qa-88a97ff3.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "4.1.6-alpha-FX-4373-update-to-node-18-d209d7bd.3+d209d7bd",
3
+ "version": "4.1.6-alpha-fx-4385-add-option-workeridlememorylimit-to-davinci-qa-88a97ff3.3+88a97ff3",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,12 +38,12 @@
38
38
  "dependencies": {
39
39
  "@commitlint/cli": "^17.6.7",
40
40
  "@commitlint/config-conventional": "^17.1.0",
41
- "@toptal/davinci-cli-shared": "2.3.8-alpha-FX-4373-update-to-node-18-d209d7bd.3+d209d7bd",
41
+ "@toptal/davinci-cli-shared": "2.3.8-alpha-fx-4385-add-option-workeridlememorylimit-to-davinci-qa-88a97ff3.3+88a97ff3",
42
42
  "danger": "^11.2.2",
43
43
  "markdown-table": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@jest/globals": "^29.4.2"
47
47
  },
48
- "gitHead": "d209d7bd893fdc40ea89bd6f4bc45213182fa032"
48
+ "gitHead": "88a97ff37cb40b8715afc457485391927c7c43f6"
49
49
  }
@@ -1,4 +1,4 @@
1
- FROM node:18
1
+ FROM node:14
2
2
 
3
3
  ARG NPM_TOKEN
4
4
  ENV NPM_TOKEN ${NPM_TOKEN}