From 8e4d576a262a8c3551b53d395b9888299be0d3bf Mon Sep 17 00:00:00 2001 From: Hasan Genc Date: Fri, 5 Nov 2021 17:07:29 +0300 Subject: [PATCH] Update node version to 14.x --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 407eeb9..0fe82cd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,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 }}