From 07eff63836230b55028ec401ce2e3ddeb8851a52 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 17 Feb 2024 15:08:15 +0300 Subject: [PATCH] nocustomnode --- .gitea/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 629a425..d84660d 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -8,13 +8,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - with: - node-version: '18' - - name: Install dependencies run: npm ci - deploy: runs-on: ubuntu-latest steps: