Skip to content

Commit

Permalink
use only node 18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
holkeri committed Mar 9, 2024
1 parent 6d4ad60 commit 3554fd3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: '18.x'

- name: Build create-react-app
run: |
Expand Down

0 comments on commit 3554fd3

Please sign in to comment.