From 1e02ef50c3701a64e2573df366913d92768eb41e Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Sat, 9 Aug 2025 20:45:34 +0300 Subject: [PATCH] Update Node.js version in CI workflow to 12.16.3 --- .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 cd8443e..b9dee4f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 12.16.3 - uses: actions/cache@v4 with: path: ~/.npm