From 6a477f636931dafe78e2bfe3826db92ccce1e290 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:48:37 +0200 Subject: [PATCH] Update Node.js version in publish workflow --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c2a31e..1bb068a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,3 @@ - name: Build and upload to NPM on: @@ -18,10 +17,10 @@ jobs: id-token: write # required to use OIDC steps: - uses: actions/checkout@v6 - - name: install node v22 + - name: install node v25 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 25.4.0 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest run: npm install -g npm@latest