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 b099400 commit 63f3937Copy full SHA for 63f3937
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
27
with:
28
- node-version: 24.14.0
+ node-version: 24.14.1
29
30
# Update npm to the latest version to enable OIDC
31
# Use corepack to install pnpm
package.json
@@ -18,7 +18,7 @@
18
"test": "jest --runInBand --verbose --coverage",
19
"test-watch": "jest --runInBand --watch"
20
},
21
- "packageManager": "pnpm@10.32.1",
+ "packageManager": "pnpm@10.33.0",
22
"dependencies": {
23
"@rspack/lite-tapable": "^1.1.0"
24
0 commit comments