Skip to content

Commit 3554fd3

Browse files
committed
use only node 18.8
1 parent 6d4ad60 commit 3554fd3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/build-and-deploy.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010

11-
strategy:
12-
matrix:
13-
node-version: [14.x, 16.x, 18.x]
14-
1511
steps:
1612
- uses: actions/checkout@v4
1713

18-
- name: Use Node.js ${{ matrix.node-version }}
14+
- name: Use Node.js}
1915
uses: actions/setup-node@v4
2016
with:
21-
node-version: ${{ matrix.node-version }}
17+
node-version: '18.x'
2218

2319
- name: Build create-react-app
2420
run: |

0 commit comments

Comments
 (0)