Skip to content

Commit

Permalink
Merge pull request #359 from Accenture/dependabot/github_actions/main…
Browse files Browse the repository at this point in the history
…/actions/setup-node-3

Bump actions/setup-node from 2 to 3
  • Loading branch information
JoernBerkefeld committed Sep 28, 2023
2 parents 26670da + 5734958 commit 2b0a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 2b0a5c4

Please sign in to comment.