Skip to content

Commit

Permalink
Remove node 14 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Jul 8, 2024
1 parent d2acc5a commit 829402b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ on:
jobs:
test:
if: (github.event_name == 'schedule' && github.repository_owner == 'jfrog') || github.event_name == 'push' || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test'))
name: ${{ matrix.os }}, node ${{ matrix.node }}
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [14, 16]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,12 +56,6 @@ jobs:
- name: Install JFrog CLI for connectionManager tests
run: curl -fL https://install-cli.jfrog.io | sh && jf -v

- name: Setup NodeJS for tests
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
check-latest: true

- name: Tests on macOS, Windows
env:
JFROG_IDE_PLATFORM_URL: ${{ secrets.PLATFORM_URL }}
Expand Down

0 comments on commit 829402b

Please sign in to comment.