Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 7, 2024
1 parent 59d4492 commit bcd634b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test & maybe release

defaults:
run:
working-directory: ./js
run:
working-directory: ./js

on:
push:
Expand Down

0 comments on commit bcd634b

Please sign in to comment.