Update ci.yml use node 22
This commit is contained in:
parent
c92cbce1b7
commit
d34d033c0a
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '22'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
|
|
|
|||
Loading…
Reference in New Issue