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 5953d61 commit aa0b05bCopy full SHA for aa0b05b
.github/workflows/main.yml
@@ -11,15 +11,14 @@ jobs:
11
- uses: actions/setup-node@v3
12
with:
13
node-version: ${{matrix.node}}
14
- - run: npm install -g npm
15
- run: npm install
16
- run: npm test
17
- uses: codecov/codecov-action@v3
18
strategy:
19
matrix:
20
node:
21
- - lts/fermium
22
- lts/gallium
+ - node
23
canary:
24
name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
25
runs-on: ${{matrix.os}}
@@ -55,7 +54,7 @@ jobs:
55
54
os:
56
- ubuntu-latest
57
58
- - lts/gallium
59
package:
60
- remarkjs/remark-gfm
61
- remarkjs/react-markdown
0 commit comments