fix(master): update linting workflow to node 20 (current LTS)

This commit is contained in:
Rajeh Taher
2024-07-27 17:17:28 +03:00
committed by GitHub
parent d812c1ec45
commit 703933f44c

View File

@@ -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