From c0855ce51324afccb1b0b0221b053414d5a4ebf9 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 24 Nov 2021 14:32:59 +0100 Subject: [PATCH] Upgrade CI --- .github/workflows/docs.yml | 5 ++--- .github/workflows/tests.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a5bd1e48..63e6176d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,13 +9,12 @@ on: jobs: deploy: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [14.x] steps: - name: Inject env variables uses: rlespinasse/github-slug-action@v3.x - uses: actions/setup-node@v1 + with: + node-version: '16' - uses: actions/checkout@v2 - run: | npm install diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b61f951c..0f896959 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,11 +3,10 @@ on: [push, pull_request] jobs: deploy: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [14.x] steps: - uses: actions/setup-node@v1 + with: + node-version: '16' - uses: actions/checkout@v2 - name: Run tests run: |