Skip to content

Commit 20e6144

Browse files
committed
fix: update upload-pages-artifact action to v5 and correct main entry point to use .mjs extension
1 parent 4f99e8f commit 20e6144

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/configure-pages@v6
4848

4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v4
50+
uses: actions/upload-pages-artifact@v5
5151
with:
5252
path: "."
5353

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"files": [
66
"dist"
77
],
8-
"main": "dist/index.js",
8+
"main": "dist/index.mjs",
99
"types": "dist/index.d.ts",
1010
"scripts": {
1111
"build": "tsdown",
@@ -32,5 +32,5 @@
3232
"publishConfig": {
3333
"registry": "https://registry.npmjs.org"
3434
},
35-
"packageManager": "pnpm@11.0.9"
35+
"packageManager": "pnpm@10.33.4"
3636
}

0 commit comments

Comments
 (0)