Skip to content

Commit

Permalink
use back to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Oct 29, 2024
1 parent c5a7134 commit 146c386
Show file tree
Hide file tree
Showing 2 changed files with 12,334 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
- name: Setup and run npm test
run: |
cd bmh_admin_portal_ui
Expand Down
Loading

0 comments on commit 146c386

Please sign in to comment.