Skip to content

Commit

Permalink
chore: Syncs common workflows from the template into main (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik authored Sep 21, 2023
1 parent b14b9a6 commit 503c1f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nodejs-license.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI
name: Node license check

on:
- pull_request
on: pull_request

env:
ALLOWED_LICENSES: >
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.15.1'
node-version: 18

- name: Install yarn
run: npm install -g yarn license-checker
Expand Down

0 comments on commit 503c1f1

Please sign in to comment.