Skip to content

Commit

Permalink
fixup! Setup Node
Browse files Browse the repository at this point in the history
  • Loading branch information
olly committed Feb 8, 2024
1 parent 598e6c2 commit 9237661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: |
node --version
- run: |
npm install
- run: |
npm run all

0 comments on commit 9237661

Please # to comment.