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