diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5ea8be3..c5312820 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '24' cache: 'npm' cache-dependency-path: 'packages/*/package-lock.json'