Skip to content

Commit 7f939db

Browse files
committed
Meta tweaks
1 parent c6ef8fe commit 7f939db

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/funding.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- 18
1515
- 16
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"types": "./index.d.ts",
1616
"default": "./index.js"
1717
},
18+
"sideEffects": false,
1819
"engines": {
1920
"node": ">=16"
2021
},

0 commit comments

Comments
 (0)