diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 376e72a1..981b93b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: - name: Install node uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' cache: 'yarn' - name: Install dependencies