Skip to content

Commit

Permalink
chore(flow): update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 5, 2021
1 parent de9f2d6 commit e5b239d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'chore(versions)')
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 11
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit e5b239d

Please sign in to comment.