Skip to content

Commit

Permalink
Update actions/setup-node action to v3 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
  • Loading branch information
renovate[bot] and nvuillam authored Sep 19, 2023
1 parent 374589e commit 50f4b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mega-linter-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2.5.2
uses: actions/setup-node@v3.8.1
with:
node-version: "12"
- name: Install dependencies
Expand Down

0 comments on commit 50f4b0b

Please sign in to comment.