Skip to content

Commit

Permalink
changed version & index file in project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythli committed Dec 31, 2022
1 parent 0fd1baa commit 680f235
Show file tree
Hide file tree
Showing 4 changed files with 3,241 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 19
registry-url: https://npm.pkg.github.com/
- run: yarn ci
- run: yarn publish
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
yarn.lock
coverage
dist
build
output.txt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@webbeetechnologies/bamboo-backend-core",
"version": "1.0.6",
"description": "",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"test:ci": "jest --config jestconfig.json --ci --reporters='default' --reporters='./github-actions-reporter'",
Expand Down
Loading

0 comments on commit 680f235

Please sign in to comment.