mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
Merge pull request #2 from blackboxprogramming/dependabot/github_actions/actions/setup-node-6
ci: bump actions/setup-node from 4 to 6
This commit is contained in:
2
.github/workflows/auto-deploy.yml
vendored
2
.github/workflows/auto-deploy.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|||||||
2
.github/workflows/self-healing.yml
vendored
2
.github/workflows/self-healing.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
if: hashFiles('package.json') != ''
|
if: hashFiles('package.json') != ''
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user