Skip to content

Commit d133316

Browse files
committed
Use Node test runner
1 parent 8bb2ada commit d133316

File tree

3 files changed

+247
-281
lines changed

3 files changed

+247
-281
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ on:
33
- pull_request
44
- push
55
jobs:
6-
test:
6+
main:
77
name: test / vfile / ${{matrix.node}} on ${{matrix.os}}
88
runs-on: ${{matrix.os}}
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: dcodeIO/setup-node-nvm@master
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
1212
with:
1313
node-version: ${{matrix.node}}
1414
- run: npm install
1515
- run: npm test
16-
- uses: codecov/codecov-action@v1
16+
- uses: codecov/codecov-action@v3
1717
strategy:
1818
matrix:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
2222
node:
23-
- lts/fermium
24-
- lts/gallium
23+
- lts/hydrogen
24+
- node
2525
canary:
2626
name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
2727
runs-on: ${{matrix.os}}
@@ -55,7 +55,7 @@ jobs:
5555
os:
5656
- ubuntu-latest
5757
node:
58-
- lts/gallium
58+
- lts/hydrogen
5959
package:
6060
- vfile/to-vfile
6161
- vfile/vfile-location

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@
5757
"vfile-message": "^3.0.0"
5858
},
5959
"devDependencies": {
60-
"@types/tape": "^4.0.0",
60+
"@types/node": "^18.0.0",
6161
"c8": "^7.0.0",
6262
"prettier": "^2.0.0",
6363
"remark-cli": "^11.0.0",
6464
"remark-preset-wooorm": "^9.0.0",
65-
"tape": "^5.0.0",
6665
"type-coverage": "^2.0.0",
6766
"typescript": "^4.0.0",
6867
"xo": "^0.53.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy