Skip to content

Commit 8819ccd

Browse files
chore(deps): update dependency node to v22.16.0 (#367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 412d7c0 commit 8819ccd

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
@@ -35,7 +35,7 @@ jobs:
3535
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: '22.15.1'
38+
node-version: '22.16.0'
3939
registry-url: 'https://registry.npmjs.org'
4040
- uses: earthly/actions-setup@v1.0.13
4141
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.15.1'
18+
node-version: '22.16.0'
1919
registry-url: 'https://registry.npmjs.org'
2020
- uses: earthly/actions-setup@v1.0.13
2121
with:

0 commit comments

Comments
 (0)