From 17b2335df1b5c7cf6775d77db49c69f72a8fe183 Mon Sep 17 00:00:00 2001 From: Stefan Martinov Date: Wed, 8 Dec 2021 15:20:12 +0100 Subject: [PATCH] chore: bump node version to 14.X --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 05419df..c0b7ce8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Test Build working-directory: foomo run: | @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - uses: webfactory/ssh-agent@v0.5.0 with: ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}