diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 915287b0..c755ec3b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' registry-url: 'https://registry.npmjs.org' - name: Install dependencies 🔧