From b5d816a113a007eb9876099c5ef09ceb2899a529 Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sun, 19 May 2024 03:08:30 -0500 Subject: [PATCH] removed the dependencies section --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cb9231..c172770 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,17 +12,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '14' - - - name: Install dependencies - run: npm ci - - - name: Build - run: npm run build # or your build command - - name: Create Release id: create_release uses: actions/create-release@v1