Merge pull request 'fix: node version bump from 18 to 20' (#311) from staging into main
Some checks failed
Release to Production / build_and_release (push) Failing after 2m4s
Some checks failed
Release to Production / build_and_release (push) Failing after 2m4s
Reviewed-on: #311
This commit is contained in:
commit
05051e49fa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user