Skip to content

Commit 146ae5f

Browse files
chore(deps): update dependency node to v22 (#1537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60f024d commit 146ae5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-9x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1717
with:
18-
node-version: 14
18+
node-version: 22
1919
registry-url: 'https://registry.npmjs.org'
2020
- id: publish
2121
run: scripts/ci/release-9x.sh

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
28-
node-version: 18
28+
node-version: 22
2929
registry-url: 'https://registry.npmjs.org'
3030
- id: publish
3131
run: scripts/ci/release.sh

0 commit comments

Comments
 (0)