Skip to content

Commit bcc19a1

Browse files
committed
Update Node.js supported versions
1 parent f275082 commit bcc19a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
strategy:
165165
fail-fast: false
166166
matrix:
167-
node-version: ['22.x', '20.x']
167+
node-version: ['25.x', '24.x']
168168
os: [ubuntu-latest, windows-latest, macos-latest]
169169

170170
runs-on: ${{ matrix.os }}
@@ -210,7 +210,7 @@ jobs:
210210
211211
# Only on ubuntu-latest
212212
- name: Publish JS
213-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x'
213+
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '25.x'
214214
run: |
215215
cd lara-framework/Lara-JS
216216
npm whoami

Lara-JS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"homepage": "https://github.com/specs-feup/lara-framework#readme",
7272
"engines": {
73-
"node": ">=25.0.0"
73+
"node": ">=24.0.0"
7474
},
7575
"dependencies": {
7676
"chokidar": "^5.0.0",

0 commit comments

Comments
 (0)