Skip to content

Commit

Permalink
se arregla el error de permiso
Browse files Browse the repository at this point in the history
  • Loading branch information
CristoferDGR committed Oct 29, 2023
1 parent 96386ae commit 9a9cf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function App() {
count is {count}
</button>
<p>
Edit <code>src/App.tsx</code> and save to test HMR
Edit <code>src/App.tsx</code> and save to test HMR Test
</p>
</div>
<p className="read-the-docs">
Expand Down

0 comments on commit 9a9cf85

Please sign in to comment.