We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b80c07 commit f4e1b5bCopy full SHA for f4e1b5b
.github/workflows/deploy.yml
@@ -13,9 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
17
with:
18
- node-version: '16'
+ node-version: 16
19
- name: Checkout 🛎️
20
uses: actions/checkout@master
21
src/App.tsx
@@ -57,7 +57,7 @@ const App = () => {
57
>
58
ARDUINO WEB
59
<br />
60
- TIMERS_
+ TIMERS
61
</span>
62
63
</Navbar.Header>
0 commit comments