From 303fcaef185a768ecd8ed1be3df875f5b1feefd7 Mon Sep 17 00:00:00 2001 From: Thaddeus Date: Mon, 27 Sep 2021 11:45:33 +0200 Subject: [PATCH] chore: github actions tweaks --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d8bab4..c1ee587 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [15.x, 16.x] + node-version: [14.x, 16.x] steps: - name: Checkout diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 94b451b..023652e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,10 +16,10 @@ jobs: with: ref: ${{ github.event.release.target_commitish }} - - name: Use Node.js v15 + - name: Use Node.js v16 uses: actions/setup-node@v1 with: - node-version: 15.x + node-version: 16.x registry-url: https://registry.npmjs.org/ - name: Install Dependencies And Compile TS