Skip to content

Commit ec94697

Browse files
dependabot[bot]Copilotw8r
authored
Bump rollup from 4.53.3 to 4.59.0 (#127)
* Bump rollup from 4.53.3 to 4.59.0 Bumps [rollup](https://github.com/rollup/rollup) from 4.53.3 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.3...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Vite 7 build: replace require() with ESM import, bump CI Node to 20.x (#128) * Initial plan * Fix build: replace require() with import in vite.config.ts, upgrade Node.js to 20.x in CI Co-authored-by: w8r <26884+w8r@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: w8r <26884+w8r@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: w8r <26884+w8r@users.noreply.github.com>
1 parent 7f57065 commit ec94697

3 files changed

Lines changed: 139 additions & 98 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18.x]
18+
node-version: [20.x]
1919

2020
steps:
2121
- uses: browser-actions/setup-chrome@latest

0 commit comments

Comments
 (0)