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