Upgrade node version in github action

This commit is contained in:
RMidhunSuresh 2023-08-18 23:26:21 +05:30
parent 959027035c
commit edf3d5d6ed
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [18.1.0]
steps:
- name: Checkout source