Skip to content
Snippets Groups Projects
Commit e9d485ca authored by Alexander Rose's avatar Alexander Rose
Browse files

gh action, use npm ci

parent a149fa59
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install
- run: npm ci
- run: sudo apt-get install xvfb
- name: ESLint
run: npm run lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment