We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3f523 commit e1f0a69Copy full SHA for e1f0a69
2 files changed
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Setup Node.js
101
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102
with:
103
- node-version: '22.16.0'
+ node-version: '22.17.0'
104
- name: Install dependencies
105
run: npm clean-install
106
- name: Release
.github/workflows/renovate-custom-hooks.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33
34
35
36
- run: |
37
npm install
0 commit comments