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 9aa35db commit 15c5731Copy full SHA for 15c5731
2 files changed
.github/workflows/CI.yml
@@ -159,7 +159,7 @@ jobs:
159
- uses: actions/checkout@v6
160
- name: Build
161
id: build
162
- uses: cross-platform-actions/action@v1.0.0
+ uses: cross-platform-actions/action@v1.1.0
163
env:
164
DEBUG: napi:*
165
RUSTUP_IO_THREADS: 1
package.json
@@ -111,5 +111,5 @@
111
"singleQuote": true,
112
"arrowParens": "always"
113
},
114
- "packageManager": "pnpm@11.1.1"
+ "packageManager": "pnpm@11.1.2"
115
}
0 commit comments