From 1f55ef108e78674640edb167fde0951ebdbeab70 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Thu, 10 Feb 2022 16:38:28 -0500 Subject: [PATCH] update workflows --- .github/workflows/check-dist.yml | 4 ++-- .github/workflows/licensed.yml | 4 ++-- .github/workflows/workflow.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index f03f47c4..8e9b07b8 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,10 +23,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Install dependencies run: npm ci diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4c5e1bc9..834dc311 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -14,10 +14,10 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x - run: npm ci - name: Install licensed run: | diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4278a0e2..b5db2f45 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,10 +19,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: npm install run: npm install