From fdaeb43f6ac7fc78bdd15eee7a529150b8c1d14d Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Tue, 3 Dec 2024 15:21:13 +0100 Subject: [PATCH] test 3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae81c5a..332bfac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: setup: runs-on: ubuntu-latest container: - image: nodejs:20 + image: nodejs:lts-slim steps: - name: Checkout code uses: actions/checkout@v4