Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit e425c85

Browse files
Test fixed
1 parent ce39900 commit e425c85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout Repo
1212
uses: actions/checkout@v3
13+
- name: Install Node and npm
14+
run: |
15+
'sudo apt update && sudo apt install node && sudo apt install npm'
1316
- name: Test the build (and run)
1417
run: |
1518
'npm i && npm run build'

0 commit comments

Comments
 (0)