ci: drop setup-node (use runner Node)

This commit is contained in:
Peter Steinberger
2025-11-25 05:42:01 +01:00
parent 045a138b1b
commit 11a486400f

View File

@@ -16,13 +16,6 @@ jobs:
with:
version: 10.23.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.18.0'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Node version
run: node -v