Skip to content

Commit

Permalink
Update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 85552f2 commit 107a68f
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@v3
- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.8.1
with:
node-version: "12"
- name: Install dependencies
Expand Down

0 comments on commit 107a68f

Please sign in to comment.