Skip to content
Snippets Groups Projects
Commit e2964385 authored by Yuri Volkov's avatar Yuri Volkov Committed by GitHub
Browse files

license-scanner update (#7473)

As Node@^16 reaches its end-of-life this October, we're upgrading to
Node@^18 everywhere
parent e8d567a1
Branches
No related merge requests found
......@@ -11,16 +11,16 @@ jobs:
uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.7.0
with:
node-version: '16.19.0'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@paritytech'
- name: Check the licenses
run: |
shopt -s globstar
npx @paritytech/license-scanner@0.0.3 scan \
--ensure-licenses Apache-2.0 \
--ensure-licenses GPL-3.0-only \
npx @paritytech/license-scanner@0.0.5 scan \
--ensure-licenses=Apache-2.0 \
--ensure-licenses=GPL-3.0-only \
./**/*.rs
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment