Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 28, 2023
1 parent e06f284 commit 30066cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"//test": "xo && ava && tsd",
"test": "xo && tsd"
"test": "tsd"
},
"files": [
"index.js",
Expand Down Expand Up @@ -51,11 +51,10 @@
"16m"
],
"devDependencies": {
"@types/node": "^16.11.7",
"ava": "^3.15.0",
"@types/node": "^20.3.2",
"ava": "^5.3.1",
"import-fresh": "^3.3.0",
"tsd": "^0.18.0",
"typescript": "^4.4.3",
"xo": "^0.49.0"
"xo": "^0.54.2"
}
}

0 comments on commit 30066cd

Please sign in to comment.