Skip to content

Commit

Permalink
fix: ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 15, 2022
1 parent a6f664c commit c4cb62f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,21 @@ jobs:
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: |
package-lock.json
src/jelu-ui/package-lock.json
- uses: actions/setup-java@v2
with:
java-version: '11'
java-package: 'jdk'
distribution: 'temurin'
cache: 'gradle'
- name: Install dependencies
run: npm install --only=production
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit c4cb62f

Please sign in to comment.