Revert "no nodejs, only eslint"
Some checks failed
Lint / Run linters (push) Failing after 1m32s

This reverts commit cd707eb6c2.
This commit is contained in:
Marius Alwan Meyer 2023-05-01 23:10:22 +00:00
parent cd707eb6c2
commit 71dbf25e22

View File

@ -17,10 +17,18 @@ jobs:
steps:
- name: Install Dependencies
run: apt update; apt install -y eslint
run: apt update; apt install -y nodejs eslint
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: eslint *.js