chore: bump node to v20 (#246)

This commit is contained in:
Muhammad Atif Ali 2024-01-16 16:21:06 +03:00 committed by GitHub
parent 59c9f27976
commit 99cd65febf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ jobs:
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install Node.js modules
run: yarn install