Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 1, 2023
1 parent bae6c0b commit 8c38d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- name: Install Packages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"predeploy":"yarn build",
"deploy":"gh-pages -d build",
"start": "react-scripts start",
"build": "yarn build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 8c38d3c

Please sign in to comment.