chore: fix ci (#1475)

* Fix ci

* cleanup

* Go
This commit is contained in:
guibescos 2024-04-19 17:46:53 +01:00 committed by GitHub
parent 7bbcfa80d4
commit 508de75839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: "16" node-version: "18"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- run: npm ci - run: npm ci
- run: npx lerna run build --no-private - run: npx lerna run build --no-private

2
package-lock.json generated
View File

@ -41,7 +41,7 @@
"lerna": "^6.4.1" "lerna": "^6.4.1"
}, },
"engines": { "engines": {
"node": ">=16.0.0 <19.0.0" "node": ">=18.0.0 <19.0.0"
} }
}, },
"apps/price_pusher": { "apps/price_pusher": {

View File

@ -33,8 +33,8 @@
"devDependencies": { "devDependencies": {
"lerna": "^6.4.1" "lerna": "^6.4.1"
}, },
"engines" : { "engines": {
"node" : ">=16.0.0 <19.0.0" "node": ">=18.0.0 <19.0.0"
}, },
"version": "0.0.1" "version": "0.0.1"
} }