We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f99e8f commit 20e6144Copy full SHA for 20e6144
2 files changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/configure-pages@v6
48
49
- name: Upload artifact
50
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
51
with:
52
path: "."
53
package.json
@@ -5,7 +5,7 @@
5
"files": [
6
"dist"
7
],
8
- "main": "dist/index.js",
+ "main": "dist/index.mjs",
9
"types": "dist/index.d.ts",
10
"scripts": {
11
"build": "tsdown",
@@ -32,5 +32,5 @@
32
"publishConfig": {
33
"registry": "https://registry.npmjs.org"
34
},
35
- "packageManager": "pnpm@11.0.9"
+ "packageManager": "pnpm@10.33.4"
36
}
0 commit comments