Skip to content

Commit

Permalink
Try "latest" instead of "lits"
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Jun 13, 2024
1 parent e4eda30 commit b23ba14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: 🟢 Setup up Node
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 'latest'
-
name: 🩺 Test Software
run:
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function App() {
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more. Last update
Thu Jun 13 16:06:02 UTC 2024
Thu Jun 13 16:10:48 UTC 2024
</p>
</>
)
Expand Down

0 comments on commit b23ba14

Please sign in to comment.