chore: CI: update base node version

This commit is contained in:
Aravinth Manivannan 2023-10-28 18:11:47 +05:30
parent f565ed0dfe
commit 9a3cfc4ff2
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "20.x"
- name: Install JavaScript Dependencies
run: yarn install