From 2e62c38ff2e9b37e0a65d3c0e31bcbe27c5bfa0b Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 16 Oct 2024 10:17:21 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20remove=20node=20stuff=20for=20no?= =?UTF-8?q?w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 4692b68..9874523 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -5,21 +5,9 @@ on: jobs: build: runs-on: ubuntu-latest - container: - image: node:21-alpine steps: - - name: Setup Node - run: | - apk add --no-cache libc6-compat - apk update - yarn set version canary - yarn config set nodeLinker node-modules - name: Checkout uses: actions/checkout@v4 - - name: Run Node CI Stuff - run: | - yarn install --immutable - yarn lint - name: Docker Metadata id: metadata uses: docker/metadata-action@v5