Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 10, 2024
1 parent dec5dc6 commit e4a45b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/funding.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,11 +15,13 @@
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "xo && c8 ava && tsd"
"//test": "xo && c8 ava && tsd",
"test": "c8 ava && tsd"
},
"files": [
"index.js",
Expand Down

0 comments on commit e4a45b8

Please sign in to comment.