Skip to content

Commit

Permalink
[actions] use node/install instead of node/run; use codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 30, 2021
1 parent 2661b6e commit 6b9167b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node-esm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
- uses: ljharb/actions/node/install@main
name: 'npm install && npm run tests-esm'
with:
node-version: ${{ matrix.node-version }}
shell-command: 'npm run tests-esm'
- run: npm run tests-esm
- uses: codecov/codecov-action@v1

node:
name: 'node, notable ESM minors'
Expand Down

0 comments on commit 6b9167b

Please sign in to comment.