This commit is contained in:
2025-04-02 14:43:38 +02:00
parent 9d03d84573
commit 99f6419de4
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ jobs:
echo "src=$(git diff --name-only origin/${{ github.ref_name }}~1 src| tr '\n' ' ')" >> $GITHUB_OUTPUT
- uses: actions/setup-node@v4
if: ${{ steps.diff.outputs.src }}
with:
node-version: '22'
registry-url: ${{ github.server_url != 'https://github.com' && format('{0}/api/packages/{1}/npm/', github.server_url, github.repository_owner) || 'https://npm.pkg.github.com' }}

View File

@ -16,7 +16,7 @@ function Copyright() {
>
{'Copyright © '}
<Link color="inherit" href="https://mui.com/">
Your Website
FireClover Customer
</Link>{' '}
{new Date().getFullYear()}.
</Typography>