From 18a43e2f4276514c03d75425b346df7c7e8c40ab Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Tue, 4 Feb 2025 14:19:06 +0200 Subject: [PATCH] chore@small --- .github/workflows/tests.yml | 4 ++-- files/NEXT_VERSION_CHECKLIST.md | 2 ++ {.github/workflows => files}/publish.yml | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename {.github/workflows => files}/publish.yml (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 365f9601..633960d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,11 +4,11 @@ on: [pull_request, push] jobs: tests: - runs-on: ubuntu + runs-on: ubuntu-latest strategy: matrix: - node-version: [ '20', '23' ] + node-version: [ '20' ] steps: - uses: actions/checkout@v2 diff --git a/files/NEXT_VERSION_CHECKLIST.md b/files/NEXT_VERSION_CHECKLIST.md index 9d6ab16f..76f0d42b 100644 --- a/files/NEXT_VERSION_CHECKLIST.md +++ b/files/NEXT_VERSION_CHECKLIST.md @@ -109,6 +109,8 @@ _ Regarding using object as input with TypeScript in methods such as `R.map/filt - Remove TypeScript tests for `R.pipe` and `R.compose`. From now on, `R.piped` is the recommended method for TypeScript chaining. === +complete rambdax before release +=== Rambdax change diff --git a/.github/workflows/publish.yml b/files/publish.yml similarity index 100% rename from .github/workflows/publish.yml rename to files/publish.yml