fix: node version bump from 18 to 20
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
This commit is contained in:
parent
b18e891341
commit
354312bd96
@ -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