Skip to content

Commit 27686b6

Browse files
chore(deps): update node.js to v20.18.1
1 parent 1ffe86d commit 27686b6

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stages:
2424
policy: pull
2525

2626
install:
27-
image: node:20.13.1-slim
27+
image: node:20.18.1-slim
2828
stage: install
2929
script:
3030
- npm ci
@@ -35,7 +35,7 @@ install:
3535
- master
3636

3737
lint:
38-
image: node:20.13.1-slim
38+
image: node:20.18.1-slim
3939
stage: lint
4040
script:
4141
- npm run nx run-many -- --all --target=lint
@@ -48,7 +48,7 @@ lint:
4848
- master
4949

5050
build-runner-commons:
51-
image: node:20.13.1-slim
51+
image: node:20.18.1-slim
5252
stage: build
5353
script:
5454
- npm run nx build runner-commons
@@ -63,7 +63,7 @@ build-runner-commons:
6363
- master
6464

6565
build-runner-cypress:
66-
image: node:20.13.1-slim
66+
image: node:20.18.1-slim
6767
stage: build
6868
script:
6969
- npm run nx generate:step-definitions runner-cypress
@@ -85,7 +85,7 @@ build-runner-cypress:
8585
- master
8686

8787
build-assistant:
88-
image: node:20.13.1-slim
88+
image: node:20.18.1-slim
8989
stage: build
9090
script:
9191
- npm run nx react:build assistant
@@ -104,7 +104,7 @@ build-assistant:
104104
- master
105105

106106
build-docs:
107-
image: node:20.13.1-slim
107+
image: node:20.18.1-slim
108108
stage: build
109109
script:
110110
- npm run nx build docs
@@ -135,7 +135,7 @@ test-cypress:
135135
- master
136136

137137
.publish:
138-
image: node:20.13.1-slim
138+
image: node:20.18.1-slim
139139
stage: publish
140140
cache:
141141
- <<: *node_modules-cache

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@nxrocks/nx-flutter": "^9.0.0",
5252
"@theunderscorer/nx-semantic-release": "2.4.0",
5353
"@types/jest": "29.5.14",
54-
"@types/node": "20.12.12",
54+
"@types/node": "20.17.12",
5555
"@typescript-eslint/eslint-plugin": "5.62.0",
5656
"@typescript-eslint/parser": "5.62.0",
5757
"eslint": "8.57.1",

packages/assistant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@testing-library/user-event": "14.5.2",
8686
"@types/jest": "29.5.14",
8787
"@types/jquery": "3.5.32",
88-
"@types/node": "20.12.12",
88+
"@types/node": "20.17.12",
8989
"@types/react": "18.3.18",
9090
"@types/react-dom": "18.3.5",
9191
"@types/styled-components": "5.1.34",

packages/runner-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
},
102102
"devDependencies": {
103103
"@types/minimist": "1.2.5",
104-
"@types/node": "20.12.12",
104+
"@types/node": "20.17.12",
105105
"chalk": "^4.1.2",
106106
"cross-env": "7.0.3",
107107
"eslint-plugin-cypress": "2.15.2",

packages/runner-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"devDependencies": {
9191
"@types/minimist": "1.2.5",
92-
"@types/node": "20.12.12",
92+
"@types/node": "20.17.12",
9393
"chalk": "^4.1.2",
9494
"cross-env": "7.0.3",
9595
"eslint-plugin-cucumber": "2.0.0",

0 commit comments

Comments
 (0)