Skip to content

Commit

Permalink
drop node 19 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vygandas committed Oct 25, 2023
1 parent 3d21c70 commit 22da7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_affected_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -25,4 +25,4 @@ jobs:

- name: Run Affected Tests
shell: bash
run: npx nx affected --target=test --base=remotes/origin/main --head=HEAD
run: npx nx affected --target=test --base=remotes/origin/main --head=HEAD

0 comments on commit 22da7fc

Please sign in to comment.