mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +00:00
Update deploy-main.yml
new domain + newer node-version
This commit is contained in:
parent
f425a23d5f
commit
739a913d04
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-main.yml
vendored
4
.github/workflows/deploy-main.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2-beta
|
- uses: actions/setup-node@v2-beta
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '16'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
@ -40,4 +40,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
email: thomas.rosen@me.com
|
email: thomas.rosen@me.com
|
||||||
build_dir: build
|
build_dir: build
|
||||||
cname: www.profile-volt.org
|
cname: profile.volt.link
|
||||||
|
|
Loading…
Reference in a new issue