From 73ac67fb1ecfe890f1d69b3475910359917c96a1 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:07:45 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/theme_validation.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index 43d5af3..4587fe2 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -10,7 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/npm@master + - name: Set up Node.js + uses: actions/setup-node@v1.2.0 + with: + node-version: '10.x' + + - name: install deps + run: npm install + - name: Compile license info run: npm run generate:licenses