build: update node version

This commit is contained in:
2026-03-23 14:39:27 +02:00
parent 51f422cc90
commit 4a79961ae5

View File

@@ -70,9 +70,10 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
registry-url: "https://registry.npmjs.org"
- run: npm --version
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: cd dist && npm publish --provenance --access public