File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed
Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 with :
2222 version : 10.30.2
2323
24- - name : 3. Setup Node 25
24+ - name : 3. Setup Node 24
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : 25
27+ node-version : 24
2828 cache : pnpm
2929
3030 - name : 4. Install dependencies
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 with :
3131 version : 10.30.2
3232
33- - name : 3. Setup Node 25
33+ - name : 3. Setup Node 24
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : 25
36+ node-version : 24
3737 cache : pnpm
3838
3939 - name : 4. Install dependencies
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 with :
2626 version : 10.30.2
2727
28- - name : 3. Setup Node 25
28+ - name : 3. Setup Node 24
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 25
31+ node-version : 24
3232 cache : pnpm
3333 registry-url : https://registry.npmjs.org
3434
Original file line number Diff line number Diff line change 3333 - name : Setup Node
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : 25
36+ node-version : 24
3737 cache : pnpm
3838 registry-url : https://registry.npmjs.org
3939
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 with :
3131 version : 10.30.2
3232
33- - name : 4. Setup Node 25
33+ - name : 4. Setup Node 24
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : 25
36+ node-version : 24
3737
3838 - name : 5. Build head package
3939 working-directory : head
Original file line number Diff line number Diff line change 1+ 24
Original file line number Diff line number Diff line change 1+ 24
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ The library does not own:
4444Expected commands after project setup:
4545
4646``` sh
47+ node --version # v24.x
4748pnpm test
4849pnpm typecheck
4950pnpm build
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ Current local build:
138138
139139| File | Raw | Gzip | Brotli |
140140| --- | ---: | ---: | ---: |
141- | ` dist/index.js ` | 27.32 kB | 4.69 kB | 4.18 kB |
142- | ` dist/index.cjs ` | 29.18 kB | 5.08 kB | 4.50 kB |
141+ | ` dist/index.js ` | 11.82 kB | 3.55 kB | 3.20 kB |
142+ | ` dist/index.cjs ` | 12.94 kB | 3.79 kB | 3.42 kB |
143143| ` dist/index.d.ts ` | 3.95 kB | 992 B | 888 B |
144144
145145CI writes a size summary to the GitHub Actions UI and posts a bundle-size comment on pull requests.
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ const config: Config = {
1212 projectName : 'react-timer-hook' ,
1313 trailingSlash : true ,
1414 onBrokenLinks : 'throw' ,
15- future : {
16- experimental_router : 'hash' ,
17- } ,
1815 markdown : {
1916 hooks : {
2017 onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments