From 54f2ab1a3daf5251cad0be81b640d71b451898ea Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 12 Apr 2024 20:55:23 +0200 Subject: [PATCH] Node 20.12.2 for GitHub actions and workflows --- .github/actions/build-matrix/action.yml | 2 +- .github/workflows/generator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-matrix/action.yml b/.github/actions/build-matrix/action.yml index a5a34f190a8a..598d881b099c 100644 --- a/.github/actions/build-matrix/action.yml +++ b/.github/actions/build-matrix/action.yml @@ -93,7 +93,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 20.12.1 + node-version: 20.12.2 - name: 'Check changes' id: build-changes run: | diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index abf0fff8ec22..8cd75345b950 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.12.1 + node-version: 20.12.2 - name: 'SETUP: load npm cache' uses: actions/cache/restore@v4 with: