From 8e1d59532326f6807c6637f4db8bb4c3ef05de0d Mon Sep 17 00:00:00 2001 From: tim-fabian Date: Sat, 25 May 2024 00:10:36 +0200 Subject: [PATCH] fixed cicd #3 --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2150334..1601550 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,10 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 + # sets up node 20 + - uses: actions/setup-node@v4 + with: + node-version: '20' # runs npm i inside the root directory - name: npm i root run: |