diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5d62e3d..6afcbe0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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/ diff --git a/src/App.tsx b/src/App.tsx index afe48ac..801b0c3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,7 @@ function App() { count is {count}

- Edit src/App.tsx and save to test HMR + Edit src/App.tsx and save to test HMR Test