Skip to content

Commit

Permalink
Merge pull request #83 from jacoscaz/master
Browse files Browse the repository at this point in the history
Fixes breaking CI flow by inverting the execution order of external actions
  • Loading branch information
antonioru authored Nov 28, 2020
2 parents 4510b47 + ed2d8e9 commit b1d0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: gregoranders/[email protected]
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: gregoranders/[email protected]
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit b1d0ed4

Please sign in to comment.