mirror of
https://github.com/blackboxprogramming/new_world.git
synced 2026-03-17 06:57:14 -05:00
Merge pull request #3 from blackboxprogramming/dependabot/github_actions/actions/setup-node-6
ci: bump actions/setup-node from 3 to 6
This commit is contained in:
2
.github/workflows/self-healing.yml
vendored
2
.github/workflows/self-healing.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Setup Node
|
||||
if: hashFiles('package.json') != ''
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user