Skip to content

Commit 703b40a

Browse files
bump node
1 parent 5b63de1 commit 703b40a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- nextjs
2727
- nextjs-ts
2828
NODE:
29-
- 20
29+
- 24
3030
OS:
3131
- ubuntu-latest
3232

@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Node.js and restore cache
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: 20
111+
node-version: 24
112112
cache: 'npm'
113113
cache-dependency-path: '**/package-lock.json'
114114

.github/workflows/check-nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
SRC_DIR: [true, false]
1515
APP_ROUTER: [true, false]
1616
NODE:
17-
- 20
17+
- 24
1818
OS:
1919
- ubuntu-latest
2020

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20'
22+
node-version: '24'
2323

2424
- name: Run npm install
2525
env:

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Get sources
2424
uses: actions/checkout@v4
2525

26+
- name: Use Node.js
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version: '24'
30+
2631
- name: Run npm install - root
2732
run: npm ci --no-audit --no-fund
2833

.github/workflows/themebuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
NODE: [ 20 ]
10+
NODE: [ 24 ]
1111

1212
runs-on: ubuntu-latest
1313
name: ThemeBuilder

0 commit comments

Comments
 (0)