Skip to content

Commit

Permalink
Updated node version for preview publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jul 28, 2021
1 parent 52b1b23 commit fa65e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 16.x
- name: Install Yarn
run: npm i yarn --global

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 16.x
- name: Install Yarn
run: npm i yarn --global

Expand Down

0 comments on commit fa65e73

Please sign in to comment.