adjusted node version in the workflows
This commit is contained in:
parent
91373146e8
commit
c96e406dea
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
|
||||
- name: Install backend dependencies
|
||||
working-directory: ./backend
|
||||
|
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: frontend/package-lock.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue