We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07220f commit 1cb11d5Copy full SHA for 1cb11d5
2 files changed
.github/workflows/nodejs.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version:
13
- 22.x
14
- 24.x
15
- - 25.x
+ - 25.6.1
16
steps:
17
- uses: actions/checkout@v5
18
- uses: oven-sh/setup-bun@v2
package.json
@@ -69,7 +69,7 @@
69
"babel-loader": "^10.0.0",
70
"babel-plugin-dynamic-import-node": "^2.0.0",
71
"babel-plugin-dynamic-import-webpack": "^1.0.1",
72
- "c8": "^10.1.3",
+ "c8": "^11.0.0",
73
"clear-module": "^4.0.0",
74
"emitify": "^4.0.1",
75
"es6-promisify": "^7.0.0",
0 commit comments