From 9519db74ed136db90ba750e45ba518cd80b71dbc Mon Sep 17 00:00:00 2001 From: Bartek Szopka <83575+bartaz@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:39:12 +0100 Subject: [PATCH] fix(ci): Update Node.js version in publish workflow --- .github/workflows/publish-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 3c4860a60..2c963b93d 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 12 + node-version: 24 registry-url: https://registry.npmjs.org/ - if: ${{ !github.event.release.prerelease }} run: npm publish @@ -72,4 +72,4 @@ jobs: steps: - name: Notify Figma library maintainers run: | - curl -X POST -H "Content-Type: application/json" -d '{ "source": "Vanilla CSS", "change-summary": " [Vanilla release notes](${{ github.event.release.html_url }})" }' ${{ secrets.FIGMA_LIBRARY_ALERT_URL }} \ No newline at end of file + curl -X POST -H "Content-Type: application/json" -d '{ "source": "Vanilla CSS", "change-summary": " [Vanilla release notes](${{ github.event.release.html_url }})" }' ${{ secrets.FIGMA_LIBRARY_ALERT_URL }}