From c76572b98d71ff33767d9c552b4e2338199d597f Mon Sep 17 00:00:00 2001 From: Julian Fraser Date: Wed, 22 Apr 2026 21:51:06 -0400 Subject: [PATCH] Bump version and Node version in CI workflow --- .github/workflows/ci.yml | 2 +- projects/grapesjs-angular/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdb12b..32de053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' cache: 'npm' - run: npm ci - run: npm run build:lib diff --git a/projects/grapesjs-angular/package.json b/projects/grapesjs-angular/package.json index f3d823a..0fcb9ee 100644 --- a/projects/grapesjs-angular/package.json +++ b/projects/grapesjs-angular/package.json @@ -1,6 +1,6 @@ { "name": "@ilq/grapesjs-angular", - "version": "2.0.0-alpha.2", + "version": "2.0.0-beta.1", "description": "Angular 20+ wrapper for the GrapesJS web builder framework. Signals-based, standalone, zoneless-compatible.", "keywords": ["grapesjs", "angular", "page-builder", "wysiwyg", "drag-and-drop", "site-builder"], "author": "Internet Liquid LLC",