From bca296ee37e6a86dc3a6b2b36f10265d57121587 Mon Sep 17 00:00:00 2001 From: John L Date: Fri, 4 Feb 2022 11:02:52 +0000 Subject: [PATCH] GitHub actions update --- .github/workflows/master.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- .github/workflows/releases.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index aff9ecf1..86a1960f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -14,7 +14,7 @@ jobs: - name: Set node version uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '16.x' - name: Install run: | diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index d9552db8..827c1ab5 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -13,7 +13,7 @@ jobs: - name: Set node version uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '16.x' - name: Install run: | diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 383ce967..844c6a50 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -14,7 +14,7 @@ jobs: - name: Set node version uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '16.x' - name: Install run: |