Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 4636a75 commit 79007da
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 59 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
policy: pull

install:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: install
script:
- npm ci
Expand All @@ -35,7 +35,7 @@ install:
- master

lint:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: lint
script:
- npm run nx run-many -- --all --target=lint
Expand All @@ -48,7 +48,7 @@ lint:
- master

build-runner-commons:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: build
script:
- npm run nx build runner-commons
Expand All @@ -63,7 +63,7 @@ build-runner-commons:
- master

build-runner-cypress:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: build
script:
- npm run nx generate:step-definitions runner-cypress
Expand All @@ -85,7 +85,7 @@ build-runner-cypress:
- master

build-assistant:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: build
script:
- npm run nx react:build assistant
Expand All @@ -104,7 +104,7 @@ build-assistant:
- master

build-docs:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: build
script:
- npm run nx build docs
Expand Down Expand Up @@ -135,7 +135,7 @@ test-cypress:
- master

.publish:
image: node:20.13.1-slim
image: node:20.18.1-slim
stage: publish
cache:
- <<: *node_modules-cache
Expand Down
78 changes: 30 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nxrocks/nx-flutter": "^9.0.0",
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/jest": "29.5.14",
"@types/node": "20.12.12",
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/jquery": "3.5.32",
"@types/node": "20.12.12",
"@types/node": "20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/styled-components": "5.1.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "20.12.12",
"@types/node": "20.17.9",
"chalk": "^4.1.2",
"cross-env": "7.0.3",
"eslint-plugin-cypress": "2.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "20.12.12",
"@types/node": "20.17.9",
"chalk": "^4.1.2",
"cross-env": "7.0.3",
"eslint-plugin-cucumber": "2.0.0",
Expand Down

0 comments on commit 79007da

Please sign in to comment.