Skip to content

Commit

Permalink
Update action version in solar-system.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RAK5HITHM authored Nov 13, 2024
1 parent 872bee7 commit c81eff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup NodeJS Version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand All @@ -27,7 +27,7 @@ jobs:
run: npm test

- name: Archive Test Result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Mocha-Test-Result
path: test-results.xml
path: test-results.xml

0 comments on commit c81eff9

Please sign in to comment.