🚀 Add prerelease tag handling and update Node.js/pnpm versions in workflows.

This commit is contained in:
2026-02-08 22:36:26 +01:00
parent 10c156ffdb
commit f72676b535
2 changed files with 12 additions and 8 deletions

View File

@@ -31,12 +31,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
cache: 'pnpm'
- name: Install dependencies