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 - name: Set up Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 18.x
cache: yarn cache: yarn
cache-dependency-path: documentation/yarn.lock cache-dependency-path: documentation/yarn.lock
- name: Install dependencies - name: Install dependencies