Skip to content

Commit a08ede2

Browse files
authored
Merge pull request #49 from LambdaTest/master
Back sync master
2 parents 2ae781c + bda2941 commit a08ede2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 2 additions & 2 deletions
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: 14.15.0
15+
node-version: 16.x
1616
- run: npm install
1717

1818
publish-npm:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: 14.15.0
25+
node-version: 16.x
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm install
2828
- run: npm publish --access public

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-storybook",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)