Update node to 22 in frontend.yml (#1093)

This commit is contained in:
Erik Vroon
2025-02-02 16:56:05 +01:00
committed by GitHub
parent 9bc39fbcaf
commit 899bb8b053

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