Skip to content

Commit

Permalink
doing node setup and running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
apix23 committed Nov 22, 2024
1 parent 19da4e9 commit 9c10931
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run : |
node -v
npm install
npm test

0 comments on commit 9c10931

Please sign in to comment.