From 1fe0142df58da6caa3dc81d7349384d9902939a4 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Tue, 24 Mar 2026 07:53:13 +0100 Subject: [PATCH] ci: Use NodeJS v24 as a default GitHub Actions runtime --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f7f75d3..f9d6c6b 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 16 + node-version: 24 - run: npm ci - uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4.1.5 with: