1
0
Fork 0

bumped node version from 14 to 16

This commit is contained in:
Kim, Jimin 2022-02-21 12:02:14 +09:00
parent 57a5dfe949
commit 8bf561ec1b

View file

@ -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 }}