mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Update github actions and tested node versions
This commit is contained in:
parent
d730dd04bf
commit
6504b5e818
2
.github/workflows/automated-tests.yml
vendored
2
.github/workflows/automated-tests.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
node-version: [14.x, 16.x, 17.x]
|
node-version: [14.x, 16.x, 17.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
3
.github/workflows/codecov-test-suites.yml
vendored
3
.github/workflows/codecov-test-suites.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
# This workflow runs the automated test and uploads the coverage results to codecov.io
|
# This workflow runs the automated test and uploads the coverage results to codecov.io
|
||||||
|
# For more information see: https://github.com/codecov/codecov-action
|
||||||
|
|
||||||
name: "Run Codecov Tests"
|
name: "Run Codecov Tests"
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies and run coverage
|
- name: Install dependencies and run coverage
|
||||||
run: |
|
run: |
|
||||||
Xvfb :99 -screen 0 1024x768x16 &
|
Xvfb :99 -screen 0 1024x768x16 &
|
||||||
|
5
.github/workflows/enforce-changelog.yml
vendored
5
.github/workflows/enforce-changelog.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
# This workflow enforces the update of a changelog file on every pull request
|
# This workflow enforces the update of a changelog file on every pull request
|
||||||
|
# For more information see: https://github.com/dangoslen/changelog-enforcer
|
||||||
|
|
||||||
name: "Enforce Changelog"
|
name: "Enforce Changelog"
|
||||||
|
|
||||||
@ -11,10 +12,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Enforce changelog️
|
- name: Enforce changelog️
|
||||||
uses: dangoslen/changelog-enforcer@v2
|
uses: dangoslen/changelog-enforcer@v3
|
||||||
with:
|
with:
|
||||||
changeLogPath: "CHANGELOG.md"
|
changeLogPath: "CHANGELOG.md"
|
||||||
skipLabels: "Skip Changelog"
|
skipLabels: "Skip Changelog"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user