Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Mar 5, 2025
1 parent 36a22fa commit 932dbad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-futureproof-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "latest"
- run: |
npm install -g
npm test
- name: "provision dev tools"
run: "npm install -g"
- run: "npm test"
6 changes: 3 additions & 3 deletions .github/workflows/test-futureproof-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "20.17.0"
- run: |
npm install -g
npm test
- name: "provision dev tools"
run: "npm install -g"
- run: "npm test"
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "20.17.0"
- run: |
npm install -g
npm test
- name: "provision dev tools"
run: "npm install -g"
- run: "npm test"

0 comments on commit 932dbad

Please # to comment.