Skip to content

Commit 80d8628

Browse files
committed
update route, node-version
1 parent 7a1ee75 commit 80d8628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 18
38+
node-version: 22
3939
cache: 'npm'
4040
- name: Install dependencies
4141
run: yarn

src/components/WeatherNavbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { temperatureUnit, weather } = storeToRefs(weatherStore);
1515
:class="{ 'navbar--day': weather?.current?.is_day }"
1616
>
1717
<div class="navbar__content">
18-
<a href="/vue-weather-app">
18+
<a href="/a-vue-weather-app">
1919
<h1 class="navbar__content-title">A Vue Weather App</h1>
2020
</a>
2121
<Searchbar class="navbar__search-bar" />

0 commit comments

Comments
 (0)