mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update workflow node version
This commit is contained in:
@@ -8,10 +8,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Node v14
|
||||
- name: Install Node v15
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 15
|
||||
|
||||
- name: Install ESLint v7
|
||||
run: npm install -g eslint@7
|
||||
|
||||
Reference in New Issue
Block a user