Bump to node 20

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-19 21:31:32 -05:00
parent 67b13d916c
commit a9e3938f62
2 changed files with 4 additions and 4 deletions

View File

@@ -18,10 +18,10 @@ jobs:
with:
ref: main
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- name: Install NPM Dependencies