Skip to content

Commit

Permalink
build(deps-dev): bump prettier-plugin-multiline-arrays (#1938)
Browse files Browse the repository at this point in the history
Co-authored-by: madhavilosetty-intel <madhavi.losetty@intel.com>
  • Loading branch information
dependabot[bot] and madhavilosetty-intel authored Jan 14, 2025
1 parent e861fb3 commit c2bfd27
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 118 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.X]

steps:
- name: Harden Runner
Expand All @@ -33,7 +33,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run ci-prettify
if: ${{ matrix.node-version == '18.x' }}
if: ${{ matrix.node-version == '20.x' }}
- run: npm run compile --if-present
- run: npm test
- name: Test Report
Expand All @@ -47,7 +47,7 @@ jobs:
fail-on-error: 'false'
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
name: Upload Coverage Results
if: ${{ matrix.node-version == '18.x' }}
if: ${{ matrix.node-version == '20.x' }}
- run: mv junit.xml rps-unit-${{ matrix.node-version }}.xml
- name: Upload JEST Results
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
}
],
"@semantic-release/git"

]
}
Loading

0 comments on commit c2bfd27

Please # to comment.