Skip to content

Commit

Permalink
ref: remove volta from CI
Browse files Browse the repository at this point in the history
this thing is far too flaky -- and setup-node supports the volta key
  • Loading branch information
asottile-sentry committed Oct 18, 2023
1 parent 34c4a64 commit fc9af23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: getsentry/action-setup-volta@v1.1.0
- uses: actions/setup-node@v3
- uses: actions/cache@v3
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: getsentry/action-setup-volta@v1.1.0
- uses: actions/setup-node@v3
- uses: actions/cache@v3
id: cache
with:
Expand Down

0 comments on commit fc9af23

Please sign in to comment.