Skip to content

Commit 30c5d6d

Browse files
chore(deps): update dependency node to v22.18.0 (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6f5e7f commit 30c5d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: '22.17.1'
42+
node-version: '22.18.0'
4343
registry-url: 'https://registry.npmjs.org'
4444
- uses: earthly/actions-setup@v1.0.13
4545
with:

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '22.17.1'
18+
node-version: '22.18.0'
1919
registry-url: 'https://registry.npmjs.org'
2020
- uses: earthly/actions-setup@v1.0.13
2121
with:

0 commit comments

Comments
 (0)