Skip to content

Commit

Permalink
use nodejs 18 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Oct 29, 2024
1 parent 71b174e commit f4a649b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17,856 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 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Setup and run npm test
run: |
cd bmh_admin_portal_ui
Expand Down
Loading

0 comments on commit f4a649b

Please sign in to comment.