Update node version in github action

This commit is contained in:
sabaimran 2024-01-07 20:41:24 +05:30
parent bd9aa578f4
commit ad95e88838

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: yarn
cache-dependency-path: documentation/yarn.lock
- name: Install dependencies