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 e655692
Show file tree
Hide file tree
Showing 500 changed files with 14,768 additions and 13,228 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: yarn
- run: yarn format:check
linux:
name: Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: yarn test
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: yarn test
Loading

0 comments on commit e655692

Please sign in to comment.