diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index e5c7fe5..b65bc18 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -22,7 +22,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22 + node-version: 24 cache: pnpm - name: 📥 Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04193e4..bd6f246 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22 + node-version: 24 cache: pnpm - name: 📥 Install dependencies @@ -80,20 +80,20 @@ jobs: id-token: write contents: read steps: + - name: ⬇️ Download package artifact + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + with: + name: package + - name: ⎔ Setup pnpm uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - - name: ⎔ Setup Node.js + - name: ⎔ Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 24 registry-url: "https://registry.npmjs.org" - - name: ⬇️ Download package artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 - with: - name: package - - name: 📦 Publish to NPM run: pnpm publish --no-git-checks --ignore-scripts env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 609b154..fcbc273 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22 + node-version: 24 cache: pnpm - name: 📥 Install dependencies