Skip to content

Commit d6b6acc

Browse files
Update Node version for CI/CD (#76)
* Update dependencies and upgrade build toolchain Move build-only packages to devDependencies to reduce install footprint for consumers. Upgrade Rollup from v2 to v4 and replace deprecated plugins. Add Dependabot config and production-only audit step to CI. * Update peerDependencies to support React 19.0.0 * Upgrade Node.js version in CI/CD workflows from 18 to 20
1 parent 024966b commit d6b6acc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
registry-url: https://registry.npmjs.org/
2121

2222
- name: Install Dependencies
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 18
42+
node-version: 20
4343
registry-url: https://registry.npmjs.org/
4444

4545
- name: Install Dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
registry-url: https://registry.npmjs.org/
2121

2222
- name: Install Dependencies

0 commit comments

Comments
 (0)