From 9027401604d2347fc69ffd0f5c7209a20633e81e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sat, 23 Aug 2025 21:32:54 +0100 Subject: [PATCH] others --- .github/workflows/automation-tests.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation-tests.yml b/.github/workflows/automation-tests.yml index 5c40edd58..0403e50b9 100644 --- a/.github/workflows/automation-tests.yml +++ b/.github/workflows/automation-tests.yml @@ -22,7 +22,7 @@ jobs: dotnet-version: 6.0.x - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' - uses: actions/cache@v4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5a0e0a46d..b861518fa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' - name: NodeModules Cache uses: actions/cache@v4