diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index ae831276..900b70db 100644 --- a/.github/workflows/firebase-live.yml +++ b/.github/workflows/firebase-live.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24.17.0' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 41e085e8..657f0a73 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24.17.0' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25015e50..5c5179ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24.17.0' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/refresh-index-chains.yml b/.github/workflows/refresh-index-chains.yml index 3b464248..a91b4350 100644 --- a/.github/workflows/refresh-index-chains.yml +++ b/.github/workflows/refresh-index-chains.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24.17.0' cache: 'pnpm' - run: pnpm install diff --git a/package.json b/package.json index 874e7c4d..e1b9fe8f 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "main": "index.js", "license": "MIT", - "packageManager": "pnpm@10.26.2", + "packageManager": "pnpm@11.8.0", "engines": { - "pnpm": "^10.26.2" + "pnpm": "^11.8.0" }, "scripts": { "sync:VPFlyout": "cp docs/_components/vitepress/VPFlyout.vue node_modules/vitepress/dist/client/theme-default/components/VPFlyout.vue",