ci: remove node version pin in site build workflow

This commit is contained in:
Samuel Berthe 2026-04-10 21:31:45 +02:00
parent a4d0b1370c
commit 91a677423a
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -21,7 +21,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
cache-dependency-path: site/package-lock.json