Skip to content

Commit

Permalink
chore(deps) update to lerna v7 (#569)
Browse files Browse the repository at this point in the history
* chore(deps) update to lerna v7

Signed-off-by: Dan Selman <[email protected]>

* build on v18

Signed-off-by: Dan Selman <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Sep 25, 2023
1 parent 5d5bce3 commit 2b97862
Show file tree
Hide file tree
Showing 6 changed files with 20,632 additions and 19,622 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dingus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -76,10 +76,10 @@ jobs:
- name: git checkout
uses: actions/checkout@v2

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Build
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: git checkout
uses: actions/checkout@v2

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- run: npm ci
- run: npm run build --if-present
Expand Down
Loading

0 comments on commit 2b97862

Please sign in to comment.