Update node to 22 in docs_test.yml (#1094)

This commit is contained in:
Erik Vroon
2025-02-02 17:37:50 +01:00
committed by GitHub
parent 899bb8b053
commit 18206bd659

View File

@@ -19,7 +19,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