Skip to content

Commit

Permalink
Update node and yarn (#608)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Li <[email protected]>
  • Loading branch information
mattgauntseo-sentry and joshuarli authored Sep 15, 2023
1 parent cdf7863 commit 45fa91e
Show file tree
Hide file tree
Showing 77 changed files with 23,942 additions and 22,289 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ lib
.idea/
.vscode/bookmarks.json

# We are aiming for zero-installs:
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/releases
Expand Down
42,196 changes: 20,935 additions & 21,261 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 45fa91e

Please sign in to comment.