ci: use Node 16 in the release job (#3338)

This commit is contained in:
ylemkimon
2021-10-22 11:36:30 +09:00
committed by GitHub
parent cda2d9b83a
commit ffa6326e1c

View File

@@ -57,10 +57,10 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Use Node.js 12
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
cache: yarn
- name: Install dependencies