mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
node version update
This commit is contained in:
parent
537239c3ee
commit
6f6be1c93b
1 changed files with 1 additions and 5 deletions
6
.github/workflows/nextjs-build.yml
vendored
6
.github/workflows/nextjs-build.yml
vendored
|
|
@ -4,10 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**" # all branches
|
||||
pull_request:
|
||||
branches:
|
||||
- "**" # all PRs
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -19,7 +15,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue