Update release-publish.yml

This commit is contained in:
Matthieu MOREL
2021-07-29 12:06:11 +02:00
committed by GitHub
parent e325bdb16b
commit b055015250

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 16.x
- name: Install Yarn
run: npm i yarn --global