Updated node version for preview publishing

This commit is contained in:
Knut Sveidqvist 2021-07-28 09:30:55 +02:00
parent 52b1b23d47
commit fa65e73bd0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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