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 3aea8a1
Show file tree
Hide file tree
Showing 500 changed files with 14,773 additions and 13,228 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,32 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- 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
- name: Enable Corepack
run: corepack enable
- 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
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: yarn test
Loading

0 comments on commit 3aea8a1

Please sign in to comment.