Update node version to 16 in release CI

This commit is contained in:
AkiraFukushima 2022-02-13 22:52:15 +09:00
parent 0797b5853c
commit b2f335465a
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: yarn
- name: Build
run: |
@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: yarn
- name: Build
run: |
@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: yarn
- name: Apple Codesigning
uses: apple-actions/import-codesign-certs@v1