From f16ce74563d24dd1dddebb696f59320f10dfaba0 Mon Sep 17 00:00:00 2001 From: Cyril Walle Date: Tue, 26 Jan 2021 14:51:51 +0100 Subject: [PATCH] chore: up node version https://github.com/nodejs/node/issues/31951 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 369f738f..f946baa2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12.x] + node: [14.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10.x, 12.x] + node: [12.x, 14.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2