We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecff284 commit a121debCopy full SHA for a121deb
.github/workflows/release-please.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
44
uses: actions/setup-node@v6
45
with:
46
- node-version: 24
+ node-version: 24.13.1
47
48
- name: Install pnpm
49
package.json
@@ -95,7 +95,7 @@
95
"@types/babel__traverse": "^7.28.0",
96
"@types/debug": "^4.1.12",
97
"@types/lodash-es": "^4.17.12",
98
- "@types/node": "^20.19.28",
+ "@types/node": "^24.10.13",
99
"@vitest/coverage-istanbul": "^4.0.17",
100
"eslint": "^9.39.2",
101
"husky": "^9.1.7",
0 commit comments