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 a95b021 commit ebf2b55Copy full SHA for ebf2b55
.github/workflows/main.yml
@@ -12,8 +12,8 @@ jobs:
12
node-version:
13
- 16
14
steps:
15
- - uses: actions/checkout@v2
16
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
19
- run: npm install
package.json
@@ -12,6 +12,8 @@
},
"type": "module",
"exports": "./index.js",
+ "types": "./index.d.ts",
+ "sideEffects": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
0 commit comments