diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ae9e05b..d58f4242 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,14 +16,14 @@ jobs: run: echo "flags=--snapshot" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 20.17.0 + node-version: '>=25.2.1' - name: Set up Go uses: actions/setup-go@v6 @@ -34,7 +34,7 @@ jobs: # but its here to ensure that each release embeds the latest admin ui artifacts. # If the artificats differs, a "dirty error" is thrown - https://goreleaser.com/errors/dirty/ - name: Build Admin dashboard UI - run: npm --prefix=./ui ci && npm --prefix=./ui run build + run: npm --prefix=./ui install && npm --prefix=./ui run build # Temporary disable as the types can have random generated identifiers making it non-deterministic. # diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5cae793..8322df88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ > [!IMPORTANT] > Due to recent LLM spam, PRs are temporary disabled and only existing collaborators can open a PR. -> If you stumble on an problem that you want to fix, please consider instead opening an issue or discussion with link to your fork _(if not obvious - LLM contributions are not welcome)_. +> If you stumble on a problem that you want to fix, please consider instead opening an issue or discussion with link to your fork _(if not obvious - LLM contributions are not welcome)_. > This status may change in the future in case GitHub finally decide to do something about the constant spam, or when I find time to move the project somewhere else. This document describes how to prepare a PR for a change in the main repository. diff --git a/README.md b/README.md index b274c625..56f82535 100644 --- a/README.md +++ b/README.md @@ -154,5 +154,5 @@ Later we can always refer to it and/or take pieces of your implementation when t > [!IMPORTANT] > Due to recent LLM spam, PRs are temporary disabled and only existing collaborators can open a PR. -> If you stumble on an problem that you want to fix, please consider instead opening an issue or discussion with link to your fork _(if not obvious - LLM contributions are not welcome)_. +> If you stumble on a problem that you want to fix, please consider instead opening an issue or discussion with link to your fork _(if not obvious - LLM contributions are not welcome)_. > This status may change in the future in case GitHub finally decide to do something about the constant spam, or when I find time to move the project somewhere else.