Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Jan 12, 2025
1 parent d709ff2 commit f5085ea
Show file tree
Hide file tree
Showing 5 changed files with 8,329 additions and 14,838 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [push, pull_request]

jobs:
java:
name: npm
name: Yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: yarn install --frozen-lockfile
- name: Build
run: npm run build
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20.x

- name: Install dependencies
run: npm ci
run: npm install

- name: Build plugin
run: npm run build
Expand Down
Loading

0 comments on commit f5085ea

Please sign in to comment.