mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update test
This commit is contained in:
@@ -8,16 +8,16 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Node v15
|
- name: Install Node v21
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 15
|
node-version: 21
|
||||||
|
|
||||||
- name: Install NPM v6 (v7 is Broken)
|
- name: Install NPM
|
||||||
run: npm install -g npm@6
|
run: npm install -g npm
|
||||||
|
|
||||||
- name: Install ESLint v7
|
- name: Install ESLint
|
||||||
run: npm install -g eslint@7
|
run: npm install -g eslint
|
||||||
|
|
||||||
- name: Install ESLint Configs and Plugins
|
- name: Install ESLint Configs and Plugins
|
||||||
run: npm install eslint-config-amber eslint-plugin-json
|
run: npm install eslint-config-amber eslint-plugin-json
|
||||||
|
|||||||
Reference in New Issue
Block a user