From 1d04a6ab498df9aa5d4b87fd86011888f69755b0 Mon Sep 17 00:00:00 2001 From: ioan-ghisoi-cko Date: Tue, 7 Apr 2026 15:33:17 +0100 Subject: [PATCH] Update Node.js version in CI/CD workflows and bump package version to 1.2.4 --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7527e14..8a99135 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ - name: Install Dependencies @@ -39,7 +39,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ - name: Install Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45e5fc7..eea7259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ - name: Install Dependencies diff --git a/package.json b/package.json index d3d4774..d690afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frames-react", - "version": "1.2.3", + "version": "1.2.4", "main": "dist/cjs/index.js", "scripts": { "build": "rollup -c rollup.config.mjs && tsc --emitDeclarationOnly",