Skip to content

Commit 3eba1f6

Browse files
chore(deps): update dependency node to v22
1 parent be59765 commit 3eba1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
cache-to: type=inline
7373
- uses: actions/setup-node@v4
7474
with:
75-
node-version: "14"
75+
node-version: "22"
7676

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cache-to: type=inline
7575
- uses: actions/setup-node@v4
7676
with:
77-
node-version: "14"
77+
node-version: "22"
7878
- name: Semantic Release
7979
id: version
8080
uses: splunk/[email protected]

0 commit comments

Comments
 (0)