diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 62377a9..1eddd4b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,15 +5,12 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-latest + container: node:18-bullseye steps: - name: Checkout run: | - git clone --depth=1 --no-single-branch https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . - - name: Install Node - run: | - apt-get update -qq - apt-get install -y -qq nodejs npm > /dev/null 2>&1 - - name: Install Dependencies + git clone --depth=1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . + - name: Install run: npm ci - name: Lint run: npm run lint