Skip to content

Commit

Permalink
Update dependencies and plugin bundle
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
devoto13 committed Apr 7, 2024
1 parent 9f5834e commit 5120bce
Show file tree
Hide file tree
Showing 500 changed files with 14,761 additions and 13,222 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
- run: yarn format:check
linux:
name: Linux
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
- run: yarn test
windows:
name: Windows
Expand All @@ -34,5 +34,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
- run: yarn test
Loading

0 comments on commit 5120bce

Please sign in to comment.