Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 6, 2023
1 parent 9d56c58 commit 2a06329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 113 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-rush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ on:

jobs:
build-packages:
strategy:
matrix:
include:
- NodeVersion: 14
OS: ubuntu-latest
- NodeVersion: 18
OS: ubuntu-latest
name: Node.js v${{ matrix.NodeVersion }} (${{ matrix.OS }})
runs-on: ${{ matrix.OS }}
name: Rush Build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
104 changes: 0 additions & 104 deletions .github/workflows/build.yaml

This file was deleted.

0 comments on commit 2a06329

Please sign in to comment.