Skip to content

Commit c1c6230

Browse files
renovate[bot]lordrip
authored andcommitted
chore(deps): update dependency node to v22
1 parent 909ff0d commit c1c6230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '18.x'
17+
node-version: '22.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
scope: '@kaoto-next'
2020
cache: 'yarn'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: '18.x'
24+
node-version: '22.x'
2525
registry-url: 'https://registry.npmjs.org'
2626
scope: '@kaoto-next'
2727
cache: 'yarn'

0 commit comments

Comments
 (0)