diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1e3f59d..96722bc 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -16,6 +16,9 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v5 + - uses: actions/setup-node@v5 + with: + node-version: 20 - run: | cd ${{ gitea.workspace }} - run: npm i