Skip to content

Commit

Permalink
Merge pull request #30 from RAK5HITHM/main
Browse files Browse the repository at this point in the history
Update action version in solar-system.yml
  • Loading branch information
chauhan-aditya1 authored Nov 13, 2024
2 parents 872bee7 + c81eff9 commit 6246fba
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 6246fba

Please sign in to comment.