Skip to content

Commit

Permalink
Update package json version and remove cache from gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Jul 28, 2024
1 parent 24bc78c commit 516d00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
5 changes: 3 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "website",
"version": "0.1.0",
"name": "clydedsouza.net",
"version": "2.0.0",
"author": "Clyde D'Souza",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 516d00e

Please sign in to comment.