Skip to content

Commit 4076953

Browse files
authored
[Stack] Upgrade to Node 22 (#644)
2 parents 7743100 + c06f81c commit 4076953

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 'Setup node'
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: '20'
41+
node-version-file: .nvmrc
4242
cache: 'npm'
4343

4444
- name: 'Setup PHP'

.github/workflows/deploy_pr_preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: 'Setup node'
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '20'
33+
node-version-file: .nvmrc
3434
cache: 'npm'
3535

3636
- name: 'Setup PHP'

.github/workflows/deploy_staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 'Setup node'
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '20'
36+
node-version-file: .nvmrc
3737
cache: 'npm'
3838

3939
- name: 'Setup PHP'

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 'Setup node'
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version-file: .nvmrc
2929
cache: 'npm'
3030

3131
- name: 'Setup PHP'

.manala.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ system:
2626
extensions:
2727
- gd
2828
nodejs:
29-
version: 16
29+
version: 22
3030
network:
3131
ports:
3232
- 8080:8080 # Webpack dev server

.manala/docker/compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
build:
1212
context: ..
1313
dockerfile: docker/Dockerfile
14-
image: elao:20241118105153
14+
image: elao:20241118144812
1515
restart: always
1616
ports:
1717
- 35080:80

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

0 commit comments

Comments
 (0)