Skip to content

Commit

Permalink
fix: updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jan 15, 2022
1 parent 52babbe commit 75c3d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "([0-9])?(.{+([0-9]),x}).x"
- "release/**"
- "main"
- "next"
- "alpha"
Expand Down Expand Up @@ -36,11 +37,7 @@ jobs:

- name: Install dependencies
if: steps.modules-cache.outputs.cache-hit != 'true'
run: npm ci --ignore-scripts

- name: Lerna bootstrap
if: steps.cache.outputs.cache-hit != 'true'
run: npm run lerna -- bootstrap
run: npm ci

- name: NPM publish
id: publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"packages/*"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"scripts": {
"postinstall": "lerna bootstrap",
Expand Down

0 comments on commit 75c3d79

Please sign in to comment.