Skip to content

Commit 7dbfd20

Browse files
authored
dist: remove lerna and upgrade node and npm (#278)
* dist: remove lerna and upgrade node and npm * dist: update cicd workflow and fix codeowners
1 parent dc6c498 commit 7dbfd20

File tree

5 files changed

+3569
-18105
lines changed

5 files changed

+3569
-18105
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@godaddy/javascript
1+
* @godaddy/javascript

.github/workflows/cicd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
17-
with:
18-
fetch-depth: 0
1917
- name: Setup Node.js
2018
uses: actions/setup-node@v3
2119
with:
22-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2321
- name: Install dependencies
2422
run: npm ci
2523
- name: Test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

0 commit comments

Comments
 (0)