Merge pull request 'fix: node version bump from 18 to 20' () from staging into main

Reviewed-on: 
This commit is contained in:
b 2025-01-31 10:36:16 +00:00
commit 05051e49fa
2 changed files with 2 additions and 2 deletions

@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: npm ci

@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- name: Audit
run: npm audit --omit=dev