Skip to content

Commit f4e1b5b

Browse files
committed
updated setup-node
1 parent 2b80c07 commit f4e1b5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: 16
1919
- name: Checkout 🛎️
2020
uses: actions/checkout@master
2121
with:

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const App = () => {
5757
>
5858
ARDUINO WEB
5959
<br />
60-
TIMERS_
60+
TIMERS
6161
</span>
6262
</span>
6363
</Navbar.Header>

0 commit comments

Comments
 (0)