Skip to content

Commit

Permalink
fixup! test(web-app): add build & test workflow for the web-app
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer committed May 24, 2023
1 parent 1343d36 commit d58f15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-parsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [18]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [18]

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit d58f15f

Please sign in to comment.