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

Commit 4157393

Browse files
OOPS
1 parent e425c85 commit 4157393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
- name: Install Node and npm
1414
run: |
15-
'sudo apt update && sudo apt install node && sudo apt install npm'
15+
'sudo apt update && sudo apt install node'
1616
- name: Test the build (and run)
1717
run: |
1818
'npm i && npm run build'

0 commit comments

Comments
 (0)