From 552518321a813814d114fd37ad5091c09b349eb6 Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Mon, 2 Sep 2024 19:14:44 +0200 Subject: [PATCH] ci: Use NodeJS 22 in pipelines --- .github/workflows/lint.yml | 3 +++ .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8afe92c272..c6aacfdbed 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,6 +37,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22 - uses: actions/setup-python@v5 with: cache: pip diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14228f8676..aa9dfd9802 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Fetch version working-directory: frontend run: |