Skip to content

Commit

Permalink
fix(npmjs-slowdowns): fix for actions/setup-node#132
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefDevs committed Apr 7, 2020
1 parent d6586c3 commit ffcf121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.16.x'
- run: yarn install
- run: yarn build
- run: yarn test
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.16.x'
- run: yarn install
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit ffcf121

Please sign in to comment.