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 85611bf commit 8892dd2Copy full SHA for 8892dd2
.github/funding.yml
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
- 18
14
- 16
15
steps:
16
- - uses: actions/checkout@v3
17
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
package.json
@@ -13,6 +13,7 @@
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
+ "sideEffects": false,
"engines": {
"node": ">=14.16"
},
0 commit comments