Skip to content

Commit

Permalink
chore(deps): update node.js to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 65abd72 commit 16c7ec0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency: documentation-deploy

env:
# renovate: datasource=node-version depName=node versioning=node
NODE_VERSION: "22.13.1"
NODE_VERSION: "22.14.0"
# renovate: datasource=python-version depName=python versioning=python
PYTHON_VERSION: "3.13.1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
KS_RELEASE_CHANNEL: nightly
NIGHTLY_BUILD: true
# renovate: datasource=node-version depName=node versioning=node
NODE_VERSION: "22.13.1"
NODE_VERSION: "22.14.0"

jobs:
check_date:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
DEV_BUILD: true
KS_RELEASE_CHANNEL: dev
# renovate: datasource=node-version depName=node versioning=node
NODE_VERSION: "22.13.1"
NODE_VERSION: "22.14.0"

jobs:
versions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency: release-info

env:
# renovate: datasource=node-version depName=node versioning=node
NODE_VERSION: "22.13.1"
NODE_VERSION: "22.14.0"

jobs:
release-info:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
DEV_BUILD: false
KS_RELEASE_CHANNEL: stable
# renovate: datasource=node-version depName=node versioning=node
NODE_VERSION: "22.13.1"
NODE_VERSION: "22.14.0"

jobs:
versions:
Expand Down

0 comments on commit 16c7ec0

Please sign in to comment.