mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -13,14 +13,14 @@ jobs:
|
||||
with:
|
||||
node-version: 21
|
||||
|
||||
- name: Install NPM
|
||||
run: npm install -g npm
|
||||
- name: Install NPM v6 (latest installs all packages)
|
||||
run: npm install -g npm@6
|
||||
|
||||
- name: Install ESLint
|
||||
run: npm install -g eslint
|
||||
|
||||
- name: Install ESLint Configs and Plugins
|
||||
run: npm install --only=dev
|
||||
run: npm install eslint-config-amber eslint-plugin-json
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user