update github action node version

This commit is contained in:
Nour Alharithi
2024-04-30 17:27:21 -07:00
parent 49acc285a2
commit 6441309b3c

View File

@@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies