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: |