Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
chore(project): update license-check node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Nov 12, 2021
1 parent 30b2270 commit b7bc530
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn check-licenses
name: Assert if all licenses are green

0 comments on commit b7bc530

Please sign in to comment.