Skip to content

Commit

Permalink
Update Node in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 16, 2023
1 parent 5953d61 commit aa0b05b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -11,15 +11,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: npm install -g npm
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
strategy:
matrix:
node:
- lts/fermium
- lts/gallium
- node
canary:
name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
os:
- ubuntu-latest
node:
- lts/gallium
- node
package:
- remarkjs/remark-gfm
- remarkjs/react-markdown

0 comments on commit aa0b05b

Please sign in to comment.