Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Feb 21, 2024
1 parent 674266a commit c024308
Show file tree
Hide file tree
Showing 4 changed files with 27,713 additions and 5,731 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci
- name: Testing / Linting
run: npm run test
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
failure:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci
- name: Testing / Linting
run: npm run test
Expand Down
Loading

0 comments on commit c024308

Please sign in to comment.