From bcd634bc912e73bcc9dc441c8bd2f0517ae3b4ec Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 7 May 2024 20:19:33 +1000 Subject: [PATCH] tmp --- .github/workflows/cron.yml | 8 ++++---- .github/workflows/js-test-and-release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 7c57960..85a719c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -7,9 +7,9 @@ on: name: Test against latest libraries defaults: - run: - shell: bash - working-directory: ./js + run: + shell: bash + working-directory: ./js jobs: node: @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install latest version of dependencies run: | - node -pe 'Object.keys(require("./package.json").dependencies).map((d) => `${d}@latest`).join(" ")' + node -pe 'Object.keys(require("./package.json").dependencies).map((d) => `${d}@latest`).join(" ")' npm install $(node -pe 'Object.keys(require("./package.json").dependencies).map((d) => `${d}@latest`).join(" ")') - name: Node.js information run: | diff --git a/.github/workflows/js-test-and-release.yml b/.github/workflows/js-test-and-release.yml index ea7db2b..feca427 100644 --- a/.github/workflows/js-test-and-release.yml +++ b/.github/workflows/js-test-and-release.yml @@ -1,8 +1,8 @@ name: test & maybe release defaults: - run: - working-directory: ./js + run: + working-directory: ./js on: push: