Update node to 22 in docs_publish.yml (#1095)

This commit is contained in:
Erik Vroon
2025-02-02 17:55:21 +01:00
committed by GitHub
parent 18206bd659
commit 421756a354

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup yarn
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock