fix(master): update linting workflow to node 20 (current LTS)
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
|
||||
- name: Install packages
|
||||
run: yarn
|
||||
|
||||
Reference in New Issue
Block a user