Skip to content

Commit

Permalink
Update homepage and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Feb 23, 2024
1 parent 74566e0 commit 607d176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
deploy_on_gh_pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.3
- uses: actions/checkout@v3
- uses: actions/setup-node@v4.0.2
with:
node-version: '16'
node-version: '20'
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://xbgmsharp.github.io/postgsail/",
"name": "postgsail_landingpage",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit 607d176

Please sign in to comment.