Skip to content

Commit feacb99

Browse files
authored
Requiring node 18 (#6903)
1 parent f147dfe commit feacb99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setting up Node.js
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 16
44+
node-version: 18
4545
cache: npm
4646

4747
- name: Installing Node.js packages

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setting up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
cache: npm
2323

2424
- name: Installing Node.js packages

.github/workflows/test-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setting up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
cache: npm
2323

2424
- name: Installing Node.js packages

.github/workflows/test-playground.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setting up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
cache: npm
2323

2424
- name: Installing Node.js packages

0 commit comments

Comments
 (0)