From 8bf561ec1b0f97db2b328a63e3c1c50d800b13df Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 21 Feb 2022 12:02:14 +0900 Subject: [PATCH] bumped node version from 14 to 16 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e087af..44330e7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - name: Test Build run: | if [ -e yarn.lock ]; then @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - uses: webfactory/ssh-agent@v0.5.3 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}