Skip to content

Commit

Permalink
Bump smoke build node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman committed Jun 10, 2024
1 parent c1b9735 commit bcc5075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- name: Backend
run: |
npm install
Expand All @@ -19,4 +19,4 @@ jobs:
working-directory: ./lib/user-interface/react-app
run: |
npm install
npm run build
npm run build

0 comments on commit bcc5075

Please sign in to comment.