From 0b504de06e26f3f7c4a972ff748a14304a0dc08a Mon Sep 17 00:00:00 2001 From: Pierre de Wulf Date: Thu, 2 Oct 2025 07:23:28 +0200 Subject: [PATCH] Update Github action node version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8514ffc..db9a041 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 14.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v4.4.0 with: node-version: 14.x cache: 'npm'