Skip to content

Commit

Permalink
EPMRPP-94905 || Check CI run with Node.js 14 only
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Sep 20, 2024
1 parent 9e43f6e commit dd47a31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ on:
jobs:
test:
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13]
strategy:
matrix:
node: [14, 16, 18, 20, 22]
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 14

- name: Install of node dependencies
run: npm install
Expand Down

0 comments on commit dd47a31

Please sign in to comment.