Skip to content

Commit

Permalink
[🔥AUDIT🔥] Fix mistype of update-browserslist-db package name (#1427)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:

I mistyped the package name, and it's hard to test Github Actions without landing them first. :'( 

Issue: "none"

## Test plan:

`npx update-browserslist-db@latest` works and matches what's in the YML now!

Author: jeremywiebe

Auditors: #perseus, benchristel, handeyeco, somewhatabstract

Required Reviewers:

Approved By:

Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1427
  • Loading branch information
jeremywiebe authored Jul 18, 2024
1 parent 738bb0c commit 8b128b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ssh-private-key: ${{ secrets.KHAN_ACTIONS_BOT_SSH_PRIVATE_KEY }}

- name: Update browserslist DB
run: npx update-browserslist@latest
run: npx update-browserslist-db@latest

- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
Expand Down

0 comments on commit 8b128b5

Please sign in to comment.