Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 committed Apr 16, 2024
1 parent 1c26fa0 commit 57fb89a
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 378 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,6 +9,10 @@ on:
schedule:
- cron: '0 12 * * 0'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Lint
Expand Down Expand Up @@ -60,7 +64,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- coverage: true
node-version: 18
node-version: 20
os: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.yaml
@@ -1,8 +1,8 @@
unreleased:
breaking changes:
- Dropped support for Node < v16
- GH-668 Dropped support for Node < v16
chores:
- Added GitHub CI and remove Travis
- GH-667 Added GitHub CI and remove Travis

2.1.1:
date: 2022-07-12
Expand Down

0 comments on commit 57fb89a

Please sign in to comment.