Skip to content

Commit 1ea74aa

Browse files
bump node in GHA
1 parent 38e4810 commit 1ea74aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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-
- 18
29+
- 20
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: 18
111+
node-version: 20
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-
- 18
17+
- 20
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: '18'
22+
node-version: '20'
2323

2424
- name: Run npm install
2525
run: npm install --no-package-lock --no-audit --no-fund

.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: [ 18 ]
10+
NODE: [ 20 ]
1111

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

0 commit comments

Comments
 (0)