Skip to content

Commit

Permalink
add npm install to java release part
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Urban committed Apr 4, 2023
1 parent 31838d0 commit 771ddd1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ jobs:
distribution: 'adopt'
java-version: '11'

- uses: actions/setup-node@v3
with:
cache: 'npm'
cache-dependency-path: 'node/package-lock.json'
node-version-file: 'node/.nvmrc'
registry-url: "https://npm.pkg.github.com"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: bufbuild/buf-setup-action@v1

- name: npm ci
run: npm ci
working-directory: node

- name: make
run: make generate

Expand Down

0 comments on commit 771ddd1

Please sign in to comment.