Skip to content

Commit 3caf29a

Browse files
committed
🐛 fix(ci): add packageManager
Signed-off-by: FurryR <awathefox@gmail.com>
1 parent a4cb4a9 commit 3caf29a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: '20'
2626
cache: 'npm'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "The core of fuse language",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
7+
"packageManager": "npm",
78
"types": "dist/index.d.ts",
89
"scripts": {
910
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)