From 758979ea5089c6479814bb346946beed6ed21396 Mon Sep 17 00:00:00 2001 From: Nicolas Vanhoren Date: Thu, 10 Oct 2024 09:05:15 +0200 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f8b4585..d75ddaa 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 20 - run: sudo apt install gfortran - run: cd reference && make && cd .. - run: npm ci @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build