Skip to content

Commit

Permalink
dist: remove lerna and upgrade node and npm (#278)
Browse files Browse the repository at this point in the history
* dist: remove lerna and upgrade node and npm

* dist: update cicd workflow and fix codeowners
  • Loading branch information
rxmarbles committed Feb 23, 2023
1 parent dc6c498 commit 7dbfd20
Show file tree
Hide file tree
Showing 5 changed files with 3,569 additions and 18,105 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@godaddy/javascript
* @godaddy/javascript
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Loading

0 comments on commit 7dbfd20

Please sign in to comment.