diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 62f25e9..b3b1389 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,7 +4,7 @@ on: push: paths-ignore: - 'docs/**' - - '.github/**' + # - '.github/**' - '.gitignore' branches: - main @@ -25,6 +25,9 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v6 + with: + node-version: 24 - name: Checkout uses: actions/checkout@v4 - name: Setup golang