Skip to content

Commit 9f91d17

Browse files
committed
chore: update workflows config.
1 parent f1aea21 commit 9f91d17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 14
15+
node-version: 16
1616

1717
- run: npm -v
18-
- run: npm install -g npm@7
1918
- run: npm install
20-
- run: npm -v
21-
- run: npm install --workspaces
2219
- run: npm run build
2320
- run: npm run doc
2421

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
"husky": "~7.0.4",
2727
"lint-staged": "~12.4.0",
2828
"prettier": "~2.6.0",
29-
"lerna": "~4.0.0",
29+
"lerna": "^5.1.0",
3030
"pretty-quick": "~3.1.3",
3131
"react-test-renderer": "~18.0.0"
3232
},
3333
"workspaces": [
3434
"core",
3535
"website"
3636
],
37+
"engines": {
38+
"node": ">=16.0.0"
39+
},
3740
"lint-staged": {
3841
"*.{js,jsx,ts,tsx,less,md,json}": [
3942
"prettier --write"

0 commit comments

Comments
 (0)