⬆️ Update Node.js version to 24 in publish workflow.

This commit is contained in:
2026-02-08 22:29:28 +01:00
parent 1060ca8a5e
commit 10c156ffdb

View File

@@ -17,12 +17,12 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 9 version: 10
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '24'
cache: 'pnpm' cache: 'pnpm'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'