Skip to content

Commit 9db5d71

Browse files
Use 18 node to run cli
1 parent 776c3e1 commit 9db5d71

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- react
2323
- react-ts
2424
NODE:
25-
- 16
2625
- 18
2726
OS:
2827
- ubuntu-latest
@@ -90,7 +89,7 @@ jobs:
9089
- name: Set up Node.js and restore cache
9190
uses: actions/setup-node@v3
9291
with:
93-
node-version: 16
92+
node-version: 18
9493
cache: 'npm'
9594
cache-dependency-path: '**/package-lock.json'
9695

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Use Node.js
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2121
with:
22-
node-version: '14'
22+
node-version: '18'
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: [ 16, 18 ]
10+
NODE: [ 18 ]
1111

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

0 commit comments

Comments
 (0)