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",