Skip to content

Commit

Permalink
ci: fix setup job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Apr 4, 2024
1 parent 10b97c0 commit 7a12227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Download build artifacts
uses: actions/download-artifact@v4

- name: Display structure of downloaded artifacts
run: ls -R

- name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: latest

Expand Down

0 comments on commit 7a12227

Please sign in to comment.