From b9adbab003cbf345b5218eecff39614574a52394 Mon Sep 17 00:00:00 2001 From: Tarsis Date: Wed, 26 Jun 2024 18:10:07 -0300 Subject: [PATCH] Updating app files --- .github/workflows/npm-publish.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 306d0d6..fd41375 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,6 +1,3 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created -# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - name: Node.js Package on: @@ -12,18 +9,7 @@ on: workflow_dispatch: jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 - with: - node-version: 18 - - run: npm ci - - run: npm test - publish-npm: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4