Skip to content

Commit cd9946a

Browse files
chore(deps): pin dependency node to 22.16.0
1 parent 05f248e commit cd9946a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Node.js
101101
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102102
with:
103-
node-version: '22'
103+
node-version: '22.16.0'
104104
- name: Install dependencies
105105
run: npm clean-install
106106
- name: Release

.github/workflows/renovate-custom-hooks.yaml

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

3232
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: '22'
34+
node-version: '22.16.0'
3535

3636
- run: |
3737
npm install

0 commit comments

Comments
 (0)