From d942aa9a187c055a5e3d3454857d236fc3ab107e Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Tue, 27 Feb 2024 14:45:23 +0100 Subject: [PATCH] update node to 18 --- .github/workflows/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/setup/action.yml b/.github/workflows/actions/setup/action.yml index 8cfc9649..29be5053 100644 --- a/.github/workflows/actions/setup/action.yml +++ b/.github/workflows/actions/setup/action.yml @@ -17,9 +17,9 @@ runs: GITHUB_TOKEN: ${{ inputs.token }} - name: Stetup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 18 cache: 'npm' - name: Update NPM registry path