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 a4cb4a9 commit 3caf29aCopy full SHA for 3caf29a
2 files changed
.github/workflows/ci.yml
@@ -15,12 +15,12 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
22
- name: Setup Node.js
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
24
25
node-version: '20'
26
cache: 'npm'
package.json
@@ -4,6 +4,7 @@
4
"description": "The core of fuse language",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
7
+ "packageManager": "npm",
8
"types": "dist/index.d.ts",
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments