Skip to content

Commit

Permalink
fix(.github): replace worlflows new build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Jun 4, 2024
1 parent e02769e commit 14a8b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -29,5 +29,5 @@ jobs:
cache-dependency-path: ./yarn.lock
- run: yarn install
working-directory: .
- run: yarn build:webapp
- run: yarn run webapp build
working-directory: .

0 comments on commit 14a8b58

Please sign in to comment.