Skip to content

Commit 617d919

Browse files
committed
Updated to Node LTS.
1 parent c3307a9 commit 617d919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js environment
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: '16'
50+
node-version: '22'
5151

5252
- name: Install frontend dependencies
5353
run: npm install
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup Node.js environment
7474
uses: actions/setup-node@v4
7575
with:
76-
node-version: '16'
76+
node-version: '22'
7777

7878
- name: Install dependencies
7979
run: composer install --prefer-dist --no-progress && npm install
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Node.js environment
9999
uses: actions/setup-node@v4
100100
with:
101-
node-version: '16'
101+
node-version: '22'
102102

103103
- name: Install frontend dependencies
104104
run: npm install

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js environment
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '16'
17+
node-version: '22'
1818

1919
- name: Install frontend dependencies
2020
run: npm install

0 commit comments

Comments
 (0)