From 99f6419de476456f88ad4d5f005c032d50be2be7 Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 14:43:38 +0200 Subject: [PATCH] bump --- .github/workflows/node-cicd.yml | 1 - src/App.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 307a9bc..44dee06 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -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' }} diff --git a/src/App.tsx b/src/App.tsx index 80c7cf2..0519eeb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,7 +16,7 @@ function Copyright() { > {'Copyright © '} - Your Website + FireClover Customer {' '} {new Date().getFullYear()}.