Skip to content

Commit 2b97862

Browse files
authored
chore(deps) update to lerna v7 (#569)
* 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]>
1 parent 5d5bce3 commit 2b97862

File tree

6 files changed

+20632
-19622
lines changed

6 files changed

+20632
-19622
lines changed

.github/workflows/build-and-deploy-dingus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- name: Checkout code

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 16.x
1716
- 18.x
17+
- 20.x
1818
os:
1919
- ubuntu-latest
2020
- windows-latest
@@ -76,10 +76,10 @@ jobs:
7676
- name: git checkout
7777
uses: actions/checkout@v2
7878

79-
- name: Use Node.js 16.x
79+
- name: Use Node.js 18.x
8080
uses: actions/setup-node@v1
8181
with:
82-
node-version: 16.x
82+
node-version: 18.x
8383

8484
- name: Build
8585
run: npm ci

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: git checkout
1616
uses: actions/checkout@v2
1717

18-
- name: Use Node.js 16.x
18+
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222

2323
- run: npm ci
2424
- run: npm run build --if-present

0 commit comments

Comments
 (0)