Skip to content

Commit

Permalink
CD-5218 Update dependencies to use node v20 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajashekar-codescan authored Jul 12, 2024
1 parent f7aafe5 commit 6793740
Show file tree
Hide file tree
Showing 7 changed files with 660 additions and 928 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
npm install
- run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ inputs:
required: false
description: 'Additional arguments to the sonarcloud scanner'
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
1,012 changes: 511 additions & 501 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6793740

Please sign in to comment.