mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
remove nodejs setup from the ci workflow
This commit is contained in:
parent
e787f87021
commit
018ccef355
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -8,10 +8,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
- name: Install NPM dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue