Skip to content

Commit 508de75

Browse files
authored
chore: fix ci (#1475)
* Fix ci * cleanup * Go
1 parent 7bbcfa8 commit 508de75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: "16"
15+
node-version: "18"
1616
registry-url: "https://registry.npmjs.org"
1717
- run: npm ci
1818
- run: npx lerna run build --no-private

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"lerna": "^6.4.1"
3535
},
36-
"engines" : {
37-
"node" : ">=16.0.0 <19.0.0"
36+
"engines": {
37+
"node": ">=18.0.0 <19.0.0"
3838
},
3939
"version": "0.0.1"
4040
}

0 commit comments

Comments
 (0)