From 2dd2b54ff7a14f832621575c27c72347c72e2782 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Thu, 30 Sep 2021 11:12:48 -0300 Subject: [PATCH] chore: update CI node version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44ce89..ede3ca6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 13.7.0 + node-version: 14.0.0 - name: Install Dependencies uses: bahmutov/npm-install@v1 @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [13.7.0] + node-version: [14.0.0] os: [ubuntu-latest, windows-latest, macOS-latest] steps: