Skip to content

Commit

Permalink
setup-node explicitly for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Oct 2, 2024
1 parent 631e7be commit 5336615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/cache@v4
with:
path: |
Expand Down Expand Up @@ -96,6 +93,9 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 5336615

Please sign in to comment.