Upgrade node to 20.x in github actions
This commit is contained in:
parent
8522601cb2
commit
3c4bc5799e
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: '20.x'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run linting
|
||||
|
|
Loading…
Reference in New Issue