Skip to content

Commit

Permalink
update deployment configuration for website
Browse files Browse the repository at this point in the history
  • Loading branch information
webloopbox committed Oct 10, 2024
1 parent 6d6e9f0 commit 5beb0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Install dependencies for the whole workspace
run: |
Expand Down
1 change: 1 addition & 0 deletions website/app/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default function PrivacyPolicy() {
information, feel free to contact us.
</p>
</div>

<div>
<p className="mb-4">
This policy is effective as of 16 December 2019.
Expand Down

0 comments on commit 5beb0ec

Please sign in to comment.