Skip to content

Commit

Permalink
run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 971a1ed commit 9d09b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
shell: bash -l {0}
run: nvm use && yarn install && yarn create next-app && yarn build
run: nvm use && yarn install && yarn run dev

- name: Upload site
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v18.17.0

0 comments on commit 9d09b82

Please sign in to comment.