From 08882c9a041e45551e70aa3d583858064b8e925d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Tue, 21 Sep 2021 12:15:15 +0200 Subject: [PATCH] Change: Update node-version in CI --- .github/workflows/ci-js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 54e3635c47..9a7473d4c7 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -20,7 +20,7 @@ jobs: # ubuntu lts: https://packages.ubuntu.com/focal/nodejs # 12.x for ubuntu-latest: https://packages.ubuntu.com/hirsute/nodejs # 14.x is recommended by https://nodejs.org/en/ - node-version: [10.x] + node-version: [14.x] steps: - uses: actions/checkout@v2.3.4 - name: Set up node ${{ matrix.python-version }} @@ -65,7 +65,7 @@ jobs: runs-on: 'ubuntu-latest' strategy: matrix: - node-version: [10.x] + node-version: [14.x] steps: - uses: actions/checkout@v2.3.4 - name: Set up node ${{ matrix.python-version }}