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

Commit f885923

Browse files
OOPS
1 parent 4157393 commit f885923

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ 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'
13+
- name: Setup Node
14+
uses: actions/setup-node@v3
1615
- name: Test the build (and run)
17-
run: |
18-
'npm i && npm run build'
16+
run: npm i && npm run build

0 commit comments

Comments
 (0)