We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d50f0b commit a93de6fCopy full SHA for a93de6f
.github/workflows/CI.yml
@@ -174,7 +174,7 @@ jobs:
174
- uses: actions/checkout@v6
175
- name: Build
176
id: build
177
- uses: cross-platform-actions/action@v0.30.0
+ uses: cross-platform-actions/action@v0.31.0
178
env:
179
DEBUG: napi:*
180
RUSTUP_IO_THREADS: 1
package.json
@@ -114,5 +114,5 @@
114
"singleQuote": true,
115
"arrowParens": "always"
116
},
117
- "packageManager": "pnpm@10.25.0"
+ "packageManager": "pnpm@10.26.0"
118
}
0 commit comments