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 1fbfeef commit c32ff97Copy full SHA for c32ff97
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
- 20
14
- 18
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
@@ -16,6 +16,7 @@
"node": "./index.js",
"default": "./browser.js"
},
+ "sideEffects": false,
"engines": {
21
"node": ">=18"
22
0 commit comments