From 376513aa4a9c3dc9b0d34a2282184e561096d5eb Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 2 Dec 2025 11:13:37 +0100 Subject: [PATCH 1/2] ci: use-nvmrc-for-version --- .github/workflows/publish.yml | 2 +- .nvmrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd6430e..216a659 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v5 with: - node-version: '18.x' + node-version-file: .nvmrc registry-url: 'https://registry.npmjs.org' - run: npm ci diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..cabf43b --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 \ No newline at end of file From f9ee79bcbaefd6a8ee18b024ae2ee64c092c0f4c Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 2 Dec 2025 11:16:38 +0100 Subject: [PATCH 2/2] ci: eof --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index cabf43b..a45fd52 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24 \ No newline at end of file +24