Skip to content

Commit

Permalink
ci(github): bump integration tests to latest lts (16.x, 18.x, `20…
Browse files Browse the repository at this point in the history
….x`)
  • Loading branch information
codejedi365 committed Oct 22, 2023
1 parent 742f97f commit e1b0e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: git checkout HEAD
uses: actions/checkout@v2
Expand All @@ -153,7 +153,7 @@ jobs:


release:
needs:
needs:
- lint
- lint-commits
- integration
Expand Down

0 comments on commit e1b0e0a

Please sign in to comment.