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 ca8b658 commit d1dd17aCopy full SHA for d1dd17a
.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": true,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
0 commit comments