From 6eda5de5050488d6d6f4393df2a2f10b8ffbaa39 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Tue, 27 Aug 2024 18:44:13 +0200 Subject: [PATCH] bump node version to 20 --- .github/workflows/build-push-tests.yml | 4 ++-- .github/workflows/security.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push-tests.yml b/.github/workflows/build-push-tests.yml index 573b02d0d..76364063a 100644 --- a/.github/workflows/build-push-tests.yml +++ b/.github/workflows/build-push-tests.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: - node-version: "16" + node-version: "20" cache: "npm" - name: Set up Docker Buildx @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v2.3.5 - uses: actions/setup-node@v2.4.1 with: - node-version: "16" + node-version: "20" cache: "npm" - name: install dependencies run: npm config set unsafe-perm true && npm ci diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 0ec7804fb..4c297618e 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2.3.5 - uses: actions/setup-node@v2.4.1 with: - node-version: "16" + node-version: "20" cache: "npm" - name: install dependencies run: npm config set unsafe-perm true && npm ci