Various improvements
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install node
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install nodejs
|
||||
- name: Checkout your repository using git
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user