Skip to content

Commit

Permalink
Merge pull request #206 from manuelpuyol/patch-1
Browse files Browse the repository at this point in the history
Update NodeJS example
  • Loading branch information
jonabc authored Nov 1, 2022
2 parents ecd596c + c91aa01 commit b19777a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,22 @@ permissions:

jobs:
licensed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true # improve performance on subsequent runs
cache-version: 1
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm # cache dependencies for faster subsequent runs.
# install your projects dependencies
- run: npm install --production --ignore-scripts
- uses: jonabc/setup-licensed@v1
with:
version: 3.x
- id: licensed
uses: jonabc/licensed-ci@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
command: bundle exec licensed # or bin/licensed when using binstubs
- uses: actions/[email protected]
if: always() && steps.licensed.outputs.pr_number
with:
Expand Down

0 comments on commit b19777a

Please sign in to comment.