Update homepage and dependency

This commit is contained in:
xbgmsharp
2024-02-23 21:10:09 +00:00
parent 74566e06de
commit 607d1768bb
2 changed files with 4 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ jobs:
deploy_on_gh_pages: deploy_on_gh_pages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-node@v2.1.3 - uses: actions/setup-node@v4.0.2
with: with:
node-version: '16' node-version: '20'
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
- run: yarn build - run: yarn build
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git

View File

@@ -1,4 +1,5 @@
{ {
"homepage": "https://xbgmsharp.github.io/postgsail/",
"name": "postgsail_landingpage", "name": "postgsail_landingpage",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,