Skip to content

Commit

Permalink
ci: rm some node versions, on.push.paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Nov 2, 2023
1 parent 1f64084 commit 5942d13
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ name: CI/CD

on:
push:
paths:
- 'src/**'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/ci-cd.yml'
pull_request:
paths:
- 'src/**'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/ci-cd.yml'

jobs:
spec:
Expand Down Expand Up @@ -38,7 +48,7 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
node-version: [ 14.x, 16.x, 18.x, 'lts/*', latest ]
node-version: [ 14.x, 'lts/*', latest ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5942d13

Please sign in to comment.