From 5af8c141ccf7e5a7f04945951e0f6427998af727 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 31 Jan 2022 17:00:53 +0300 Subject: [PATCH] add setup-node step for licensed.yml --- .github/workflows/licensed.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4f485f5f..4c5e1bc9 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -14,6 +14,10 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 + - name: Set Node.js 12.x + uses: actions/setup-node@v2 + with: + node-version: 12.x - run: npm ci - name: Install licensed run: |